diff --git a/client/src/App.jsx b/client/src/App.jsx new file mode 100644 index 0000000..93fe654 --- /dev/null +++ b/client/src/App.jsx @@ -0,0 +1,8 @@ +const App = () => { + return ( + <> + + ) +} + +export default App; \ No newline at end of file