From 5b76bc37ff52d66c92bc1b5e5f3acc82ec3331cd Mon Sep 17 00:00:00 2001 From: Fahad Ahmad Date: Mon, 13 Nov 2023 15:32:46 +0530 Subject: [PATCH] build fix --- {@/components => components}/ui/button.tsx | 0 {@/components => components}/ui/dropdown-menu.tsx | 0 {@/lib => lib}/utils.ts | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {@/components => components}/ui/button.tsx (100%) rename {@/components => components}/ui/dropdown-menu.tsx (100%) rename {@/lib => lib}/utils.ts (100%) diff --git a/@/components/ui/button.tsx b/components/ui/button.tsx similarity index 100% rename from @/components/ui/button.tsx rename to components/ui/button.tsx diff --git a/@/components/ui/dropdown-menu.tsx b/components/ui/dropdown-menu.tsx similarity index 100% rename from @/components/ui/dropdown-menu.tsx rename to components/ui/dropdown-menu.tsx diff --git a/@/lib/utils.ts b/lib/utils.ts similarity index 100% rename from @/lib/utils.ts rename to lib/utils.ts