Add blog creation to AdminBlogManager component
cgen-39e58689ccaf4ee8b49028ba563c7c0f
This commit is contained in:
parent
605215bd3d
commit
2ceb3e7447
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,9 @@ import {
|
|||
AlertDialogHeader,
|
||||
AlertDialogTitle,
|
||||
} from "@/components/ui/alert-dialog";
|
||||
import { Loader2, Trash2, ExternalLink, RefreshCw } from "lucide-react";
|
||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
|
||||
import { Textarea } from "@/components/ui/textarea";
|
||||
import { Loader2, Trash2, ExternalLink, RefreshCw, Plus, X } from "lucide-react";
|
||||
import { aethexToast } from "@/lib/aethex-toast";
|
||||
|
||||
// API Base URL for fetch requests
|
||||
|
|
|
|||
Loading…
Reference in a new issue