Skip to content

Commit

Permalink
chore: mv internal/editor => internal/pages/editor
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Jan 5, 2024
1 parent edd320b commit e6bc522
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ internal/assets/css
internal/templates/html/*
internal/mdi/mdi-cheat-sheets
internal/pages/guide/guide-assets
internal/editor/editor-assets
internal/pages/editor/editor-assets
internal/weather/icons
.DS_Store
tmp
Expand Down
2 changes: 1 addition & 1 deletion build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func main() {
)
builder.TaskForSimpleIcons("internal/resources/simpleicon")
builder.TaskForGuideAssets("embed/assets/vendor/guide-assets", "internal/pages/guide/guide-assets")
builder.TaskForEditorAssets("embed/assets/vendor/editor-assets", "internal/editor/editor-assets")
builder.TaskForEditorAssets("embed/assets/vendor/editor-assets", "internal/pages/editor/editor-assets")
builder.TaskForStyles("config/state/style.go")
builder.TaskForFavicon("embed/assets/favicon.ico", "internal/resources/assets/favicon.ico")
builder.TaskForTemplates("embed/templates", "internal/resources/templates/html")
Expand Down
2 changes: 1 addition & 1 deletion cmd/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
FlareTemplates "github.com/soulteary/flare/internal/resources/templates"

FlareDeprecated "github.com/soulteary/flare/internal/deprecated"
FlareEditor "github.com/soulteary/flare/internal/editor"
FlareHealth "github.com/soulteary/flare/internal/health"
FlareEditor "github.com/soulteary/flare/internal/pages/editor"
FlareGuide "github.com/soulteary/flare/internal/pages/guide"
FlareHome "github.com/soulteary/flare/internal/pages/home"
FlareRedir "github.com/soulteary/flare/internal/redir"
Expand Down
File renamed without changes.

0 comments on commit e6bc522

Please sign in to comment.