feat: implement sharing

This commit is contained in:
shadcn 2023-06-16 15:20:42 +04:00
parent 385b31d42c
commit 8cc3fea048
19 changed files with 507 additions and 96 deletions

3
components/toaster.tsx Normal file
View file

@ -0,0 +1,3 @@
'use client'
export { Toaster } from 'react-hot-toast'