Initial code
This commit is contained in:
parent
7612a0de79
commit
ecb354cf6e
10 changed files with 2883 additions and 128 deletions
7
src/App.tsx
Normal file
7
src/App.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import type { Component } from "solid-js";
|
||||
|
||||
const App: Component = () => {
|
||||
return <p></p>;
|
||||
};
|
||||
|
||||
export default App;
|
||||
Loading…
Add table
Add a link
Reference in a new issue