mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
7 lines
75 B
Go
7 lines
75 B
Go
package assets
|
|
|
|
import "embed"
|
|
|
|
//go:embed all:dist
|
|
var DistEmbed embed.FS
|