feat: Phase 1 foundation - incident components, storage, and migrations
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
// app/page.tsx
|
||||
export const dynamic = 'force-dynamic'
|
||||
|
||||
import { redirect } from 'next/navigation'
|
||||
import { createClient } from '@/lib/supabase/server'
|
||||
import { getRoleHome, isValidRole, type UserRole } from '@/lib/auth/roles'
|
||||
|
||||
Reference in New Issue
Block a user