Initial implementation of Import page, project cleanup
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user