'use client'; import { PageBody } from '@/components/app/Page'; import { Alert, AlertDescription, AlertTitle } from '@kit/ui/alert'; function OrganizationsAdminPageError() { return ( Could not load organizations There was an error loading the organizations. Please check your console errors. ); } export default OrganizationsAdminPageError;