Update page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import { Input } from "@/components/ui/input";
|
||||
import { Textarea } from "@/components/ui/textarea";
|
||||
import { Save, Send, Key, MessageSquare, Shield, Globe, Wallet } from "lucide-react";
|
||||
import { apiRequest } from "@/lib/api";
|
||||
import { toast, Toaster } from "sonner";
|
||||
import { toast } from "sonner";
|
||||
import BroadcastDialog from "@/components/modals/broadcast-dialog";
|
||||
import Dashboard from "@/components/dashboard/dashboard";
|
||||
import {
|
||||
@@ -410,7 +410,7 @@ export default function StorefrontPage() {
|
||||
</div>
|
||||
|
||||
<BroadcastDialog open={broadcastOpen} setOpen={setBroadcastOpen} />
|
||||
<Toaster position="bottom-right" />
|
||||
|
||||
</Dashboard>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user