Skip to content

Commit

Permalink
chore: fix broken imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored May 8, 2024
1 parent d9b3d46 commit 52ca35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import (
)

var (
// go:embed dist
//go:embed dist
web embed.FS

// go:embed i18n/*.toml
//go:embed i18n/*.toml
i18n embed.FS
)

Expand Down

0 comments on commit 52ca35f

Please sign in to comment.