Initial implementation of Import page, project cleanup

This commit is contained in:
2026-01-02 23:08:26 +05:00
parent 05814a100a
commit 885aab0d9d
8 changed files with 107 additions and 60 deletions

View File

@ -3,7 +3,7 @@ import type { PrimitiveProps } from "reka-ui"
import type { HTMLAttributes } from "vue"
import type { FrameVariants } from "../frame"
import { cn } from "@/lib/utils"
import Frame from "@/components/ui/frame/Frame.vue"
import Frame from "../frame/Frame.vue"
interface Props extends PrimitiveProps {