From 57e3394fc12937967c6bea3843f252ab7985e41c Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 10 Jan 2024 14:35:17 +0800 Subject: [PATCH] Fix imports Signed-off-by: Ryan Wang --- console/console-src/modules/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/console-src/modules/index.ts b/console/console-src/modules/index.ts index 5a4b9c9be..9e8177aaf 100644 --- a/console/console-src/modules/index.ts +++ b/console/console-src/modules/index.ts @@ -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", {