Swap Bulma for DaisyUI (Tailwind) (#111)
This commit is contained in:
parent
fc5db0e95a
commit
c1e9baabe6
53 changed files with 1124 additions and 632 deletions
8
public/fs.go
Normal file
8
public/fs.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package files
|
||||
|
||||
import (
|
||||
"embed"
|
||||
)
|
||||
|
||||
//go:embed static
|
||||
var Static embed.FS
|
||||
Loading…
Add table
Add a link
Reference in a new issue