import { onMounted, ref } from "vue";
import ToolBar from "../components/ToolBar.vue";
+import Navigator from "../components/Navigator.vue";
import { useMindMapStore } from "../store/index";
import type MindMapNode from "simple-mind-map/types/src/core/render/node/MindMapNode";
diff --git a/web3/packages/mind-map/tailwind.config.ts b/web3/packages/mind-map/tailwind.config.ts
deleted file mode 100644
index 487700c6..00000000
--- a/web3/packages/mind-map/tailwind.config.ts
+++ /dev/null
@@ -1,50 +0,0 @@
-import type { Config } from 'tailwindcss'
-
-export default {
- content: [
- "./index.html",
- "./src/**/*.{vue,js,ts,jsx,tsx,mdx}",
- ],
- theme: {
- extend: {
- colors: {
- border: "rgb(var(--border) /
)",
- input: "rgb(var(--input) / )",
- ring: "rgb(var(--ring) / )",
- background: "rgb(var(--background) / )",
- foreground: "rgb(var(--foreground) / )",
- primary: {
- DEFAULT: "rgb(var(--primary) / )",
- foreground: "rgb(var(--primary-foreground) / )",
- hover: "rgb(var(--primary-hover) / )",
- active: "rgb(var(--primary-active) / )",
- },
- secondary: {
- DEFAULT: "rgb(var(--secondary) / )",
- foreground: "rgb(var(--secondary-foreground) / )",
- },
- destructive: {
- DEFAULT: "rgb(var(--destructive) / )",
- foreground: "rgb(var(--destructive-foreground) / )",
- },
- muted: {
- DEFAULT: "rgb(var(--muted) / )",
- foreground: "rgb(var(--muted-foreground) / )",
- },
- accent: {
- DEFAULT: "rgb(var(--accent) / )",
- foreground: "rgb(var(--accent-foreground) / )",
- },
- popover: {
- DEFAULT: "rgb(var(--popover) / )",
- foreground: "rgb(var(--popover-foreground) / )",
- },
- card: {
- DEFAULT: "rgb(var(--card) / )",
- foreground: "rgb(var(--card-foreground) / )",
- },
- },
- },
- },
- plugins: [],
-} satisfies Config
diff --git a/web3/packages/mind-map/vite.config.ts b/web3/packages/mind-map/vite.config.ts
new file mode 100644
index 00000000..e69de29b