+
diff --git a/components/world/PreviewCard.vue b/components/world/PreviewCard.vue
index 7bdada2..ef6b31a 100644
--- a/components/world/PreviewCard.vue
+++ b/components/world/PreviewCard.vue
@@ -2,6 +2,7 @@
import { PhArchive, PhFile, PhFileDashed, PhFilePlus, PhPencil, PhPencilSimpleLine, PhTrash } from "@phosphor-icons/vue";
import type { World } from "~/models/World";
import { DateTime } from "luxon";
+import { cn } from "@/lib/utils";
const props = defineProps<{
world: World
@@ -18,28 +19,9 @@ const updatedAt = computed
(() => props.world.updatedAt ? DateTime.fromIS
@@ -73,7 +55,9 @@ const updatedAt = computed(() => props.world.updatedAt ? DateTime.fromIS
-