chore: fix shadcn imports again

This commit is contained in:
afiqzudinhadi 2025-06-20 23:12:56 +08:00
parent 614ace11b0
commit 0039016707
23 changed files with 425 additions and 112 deletions

View file

@ -1,5 +1,5 @@
import "@repo/ui/styles/styles.css";
import "@repo/ui/globals.css";
import "@repo/ui/styles/global.css";
export default function RootLayout({
children,

View file

@ -1,10 +1,10 @@
import { Button } from "@repo/ui/components/button.js";
import { Button } from "@repo/ui/components/button";
import {
Card,
CardContent,
CardHeader,
CardTitle,
} from "@repo/ui/components/card.js";
} from "@repo/ui/components/card";
export default function HomePage() {
return (