mirror of
https://github.com/DerTyp7/dertyp7.github.io.git
synced 2025-10-29 04:42:08 +01:00
8 lines
87 B
TypeScript
8 lines
87 B
TypeScript
import "@styles/App.scss";
|
|
|
|
function App() {
|
|
return <>Test</>;
|
|
}
|
|
|
|
export default App;
|