mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-29 21:25:43 +00:00
11 lines
102 B
Go
11 lines
102 B
Go
package assets
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
// Frontend assets
|
|
//
|
|
//go:embed dist
|
|
var FontendAssets embed.FS
|