feat: implement sharing page

This commit is contained in:
shadcn 2023-06-16 17:06:23 +04:00
parent 137bdadaf9
commit 6962beb8e2
12 changed files with 113 additions and 69 deletions

View file

@ -13,7 +13,6 @@ import {
import { IconSidebar } from '@/components/ui/icons'
export interface SidebarProps {
userId?: string
children?: React.ReactNode
}