diff --git a/frontend/src/App.js b/frontend/src/App.jsx similarity index 51% rename from frontend/src/App.js rename to frontend/src/App.jsx index 4cac0ca..3dbc934 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.jsx @@ -3,4 +3,10 @@ import "./styles/theme.css" export default function App() { + return ( +
+ Hello +
+ ) + } \ No newline at end of file diff --git a/frontend/src/index.js b/frontend/src/index.jsx similarity index 100% rename from frontend/src/index.js rename to frontend/src/index.jsx