From f02c76e4d922a2696f7ab69e0735be9048942d7b Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 9 Mar 2024 18:02:08 -0500 Subject: Configure react as the frontend --- app/javascript/components/App.jsx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/javascript/components/App.jsx (limited to 'app/javascript/components/App.jsx') 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}; -- cgit v1.2.3