feat: reorganize files and implement ui and sidebar
This commit is contained in:
parent
2e80864b84
commit
01dc4520d6
36 changed files with 1347 additions and 462 deletions
|
|
@ -66,7 +66,6 @@ const SheetContent = React.forwardRef<
|
|||
DialogContentProps
|
||||
>(({ position, className, children, ...props }, ref) => (
|
||||
<SheetPortal>
|
||||
<SheetOverlay />
|
||||
<SheetPrimitive.Content
|
||||
ref={ref}
|
||||
className={cn(sheetVariants({ position }), className)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue