rename proyecto a Alpha, refactor imports a components/ui, fix types en stores
This commit is contained in:
@@ -7,7 +7,7 @@ import { useSortable } from "dnd-kit-vue"
|
||||
import {
|
||||
TableCell,
|
||||
TableRow,
|
||||
} from "@/registry/new-york-v4/ui/table"
|
||||
} from "@/components/ui/table"
|
||||
|
||||
const props = defineProps<{ row: Row<z.infer<typeof schema>>, index: number }>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user