Skip to content

Commit

Permalink
move pkg/frequency to pkg/application/frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Oct 5, 2024
1 parent 6ac1271 commit f4ff243
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/application/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import (
// "github.com/ilius/qt/webengine"

"github.com/ilius/ayandict/v2/pkg/appinfo"
"github.com/ilius/ayandict/v2/pkg/application/frequency"
"github.com/ilius/ayandict/v2/pkg/application/qfavorites"
"github.com/ilius/ayandict/v2/pkg/config"
"github.com/ilius/ayandict/v2/pkg/dictmgr"
"github.com/ilius/ayandict/v2/pkg/dictmgr/qdictmgr"
"github.com/ilius/ayandict/v2/pkg/frequency"
"github.com/ilius/ayandict/v2/pkg/qerr"
"github.com/ilius/ayandict/v2/pkg/qsettings"
"github.com/ilius/ayandict/v2/pkg/qutils"
Expand Down
2 changes: 1 addition & 1 deletion pkg/application/app_common.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package application

import (
"github.com/ilius/ayandict/v2/pkg/frequency"
"github.com/ilius/ayandict/v2/pkg/application/frequency"
"github.com/ilius/qt/widgets"
)

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f4ff243

Please sign in to comment.