🖥️ wip: Config screen

This commit is contained in:
mbaharip
2024-04-22 21:22:15 +07:00
parent c5434fe9c4
commit 3afe51581b
34 changed files with 1698 additions and 626 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
import { cn } from "~/utils";
import { cn } from "~/utils"
function Skeleton({
className,
@@ -9,7 +9,7 @@ function Skeleton({
className={cn("animate-pulse rounded-md bg-muted", className)}
{...props}
/>
);
)
}
export { Skeleton };
export { Skeleton }