basics setup
This commit is contained in:
parent
71e3ed710d
commit
a7a98fa0d0
13 changed files with 301 additions and 31 deletions
7
src/Pages/Index.fs
Normal file
7
src/Pages/Index.fs
Normal file
|
@ -0,0 +1,7 @@
|
|||
[<AutoOpen>]
|
||||
module DavidOnTop.Pages.Index
|
||||
|
||||
open Oxpecker.Solid
|
||||
|
||||
[<SolidComponent>]
|
||||
let Index () : HtmlElement = div () { "" }
|
Loading…
Add table
Add a link
Reference in a new issue