"use client"; import { ActionButton } from "@/components/ui/action-button"; import { toast } from "@/components/ui/use-toast"; import { api } from "@/lib/trpc"; export default function AdminActions() { return (
Actions
alert("This does nothing yet")} > TODO: Add Stuff Here
); }