summaryrefslogtreecommitdiffhomepage
path: root/app/javascript/components/App.jsx
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-03-09 18:02:08 -0500
committerrealtradam <[email protected]>2024-03-09 18:02:08 -0500
commitf02c76e4d922a2696f7ab69e0735be9048942d7b (patch)
tree7adaf500fc89fe8dddd996822480afc6012d8068 /app/javascript/components/App.jsx
parentfdd9a2ef16b9401048f0c6b743c09ddcb52a8516 (diff)
downloadgameHolster-f02c76e4d922a2696f7ab69e0735be9048942d7b.tar.gz
gameHolster-f02c76e4d922a2696f7ab69e0735be9048942d7b.zip
Configure react as the frontend
Diffstat (limited to 'app/javascript/components/App.jsx')
-rw-r--r--app/javascript/components/App.jsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/components/App.jsx b/app/javascript/components/App.jsx
new file mode 100644
index 0000000..6d7a0c7
--- /dev/null
+++ b/app/javascript/components/App.jsx
@@ -0,0 +1,4 @@
+import React from "react";
+import Routes from "../routes";
+
+export default props => <>{Routes}</>;