remove shared components.

This commit is contained in:
2023-11-21 23:06:57 +08:00
parent ab985ff65f
commit aa7d46effc
33 changed files with 53 additions and 43 deletions

View File

@@ -3,7 +3,7 @@ import { isDesktop } from "~/shared/composables/breakpoints"
import { code } from "~/shared/composables/learn"
import { useLearnStore } from "./store"
const CodeEditor = defineAsyncComponent(() => import("~/shared/CodeEditor.vue"))
const CodeEditor = defineAsyncComponent(() => import("~/shared/components/CodeEditor.vue"))
const route = useRoute()
const router = useRouter()