import { TextCustom, ViewWrapper } from "@/components"; export default function AdminCollaboration() { return ( <> Admin Collaboration ); }