fix: @halo-dev/shared packages import location

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/590/head
Ryan Wang 2022-07-21 14:26:55 +08:00
parent 2925775c9a
commit 08e2f2b2ce
1 changed files with 3 additions and 5 deletions

View File

@ -5,11 +5,9 @@ import { RouterView, useRoute, useRouter } from "vue-router";
import type { Ref } from "vue"; import type { Ref } from "vue";
import { onMounted, provide, ref, watch } from "vue"; import { onMounted, provide, ref, watch } from "vue";
import type { Plugin } from "@halo-dev/api-client"; import type { Plugin } from "@halo-dev/api-client";
import type { import type { FormKitSetting, FormKitSettingSpec } from "@/types/formkit";
FormKitSetting, import { BasicLayout } from "../layouts";
FormKitSettingSpec, import { apiClient } from "@/utils/api-client";
} from "@halo-dev/admin-shared";
import { apiClient, BasicLayout } from "@halo-dev/admin-shared";
interface PluginTab { interface PluginTab {
id: string; id: string;