1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-21 21:12:48 +00:00
templui/assets/assets.go

7 lines
75 B
Go

package assets
import "embed"
//go:embed css/* img/*
var Assets embed.FS