feat: implement the layout of the application

This commit is contained in:
2025-04-30 16:41:10 +07:00
parent f5e10784f4
commit f3c43f1725
13 changed files with 257 additions and 12 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ function Progress({
data-slot="progress"
className={cn(
"relative h-3 w-full overflow-hidden rounded-full",
"border bg-transparent",
"border bg-white",
className
)}
{...props}