Initial commit
This commit is contained in:
commit
d06e6d913e
27 changed files with 4378 additions and 0 deletions
5
src/pages/index.tsx
Normal file
5
src/pages/index.tsx
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { lazy } from "solid-js";
|
||||
|
||||
export { Home } from "./home";
|
||||
|
||||
export const Overview = lazy(() => import("./overview"));
|
Loading…
Add table
Add a link
Reference in a new issue