about summary refs log tree commit diff
path: root/babel.config.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-06-09 13:03:25 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-06-09 13:03:25 -0500
commitd6942bffab68ce80d5cb26b42710dd9276f62ded (patch)
tree309f8d64f95d526d3cae6c00611c93b04f12944e /babel.config.js
parent92ca49ab9a309510a5503a4df6a0ebcfba30f918 (diff)
downloadvoidsky-d6942bffab68ce80d5cb26b42710dd9276f62ded.tar.zst
Add state management
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js
index f842b77fc..cf1f9fbbc 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,3 +1,3 @@
 module.exports = {
   presets: ['module:metro-react-native-babel-preset'],
-};
+}