fix: remove unused import

This commit is contained in:
Damillora 2021-05-11 13:33:00 +07:00
parent 88ee6e094b
commit 63b4f89820
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
package main
import (
"embed"
"github.com/Damillora/Shioriko/pkg/app"
)