Add feedback dialog for cloud dashboard (#293)

This commit is contained in:
KM Koushik
2025-11-29 10:22:12 +11:00
committed by GitHub
parent 357d561a8e
commit e1b64d0d7b
9 changed files with 247 additions and 25 deletions
@@ -1,8 +1,7 @@
"use client";
import { AppSidebar } from "~/components/AppSideBar";
import { SidebarInset, SidebarTrigger } from "@usesend/ui/src/sidebar";
import { SidebarProvider } from "@usesend/ui/src/sidebar";
import { SidebarInset, SidebarProvider, SidebarTrigger } from "@usesend/ui/src/sidebar";
import { useIsMobile } from "@usesend/ui/src/hooks/use-mobile";
import { UpgradeModal } from "~/components/payments/UpgradeModal";