mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 15:22:47 +01:00
7 lines
62 B
Go
7 lines
62 B
Go
package ui
|
|
|
|
import "embed"
|
|
|
|
//go:embed dist/*
|
|
var UI embed.FS
|