Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Jan 10, 2024
1 parent 3ec3bd1 commit 57e3394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/console-src/modules/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { PluginModule } from "packages/shared/dist";
import type { PluginModule } from "@halo-dev/console-shared";

const modules = Object.values(
import.meta.glob("./**/module.ts", {
Expand Down

0 comments on commit 57e3394

Please sign in to comment.