Feat: add UIs to sidebar

This commit is contained in:
Hasyim Kai
2025-12-04 11:41:43 +07:00
parent 32972bd9db
commit 3413e882de
5 changed files with 115 additions and 8 deletions
-1
View File
@@ -3,7 +3,6 @@ import { clsx } from 'clsx'
import { format } from 'date-fns'
import { twMerge } from 'tailwind-merge'
import { toast } from '~/components/pub/ui/toast'
import { toast } from '~/components/pub/ui/toast'
export interface SelectOptionType<_T = string> {
value: string