create folder structure

This commit is contained in:
DerTyp7
2023-10-09 15:43:34 +02:00
parent f5297a39f8
commit 43f717f9a0
2 changed files with 1 additions and 1 deletions

7
src/pages/App.tsx Normal file
View File

@@ -0,0 +1,7 @@
import "@styles/App.scss";
function App() {
return <>Test</>;
}
export default App;