Initial code

This commit is contained in:
Aslan 2025-12-30 16:47:13 +01:00
parent 7612a0de79
commit ecb354cf6e
10 changed files with 2883 additions and 128 deletions

7
src/App.tsx Normal file
View file

@ -0,0 +1,7 @@
import type { Component } from "solid-js";
const App: Component = () => {
return <p></p>;
};
export default App;