add test text

This commit is contained in:
DerTyp7
2023-10-09 15:35:24 +02:00
parent f39ae01731
commit 8bf42d3007

View File

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