fix: tailwind v4 postcss, auth-server session, eslint cleanups
This commit is contained in:
2
frontend/app/(protected)/dashboard/page.jsx
Normal file → Executable file
2
frontend/app/(protected)/dashboard/page.jsx
Normal file → Executable file
@@ -7,7 +7,7 @@ import { Card, CardContent, CardHeader, CardTitle, CardDescription } from '@/com
|
||||
import { Button } from '@/components/ui/button';
|
||||
import { Badge } from '@/components/ui/badge';
|
||||
import { Activity, File, FilePlus, ArrowRight, BellDot, Settings } from 'lucide-react';
|
||||
import api from '@/lib/api';
|
||||
import { api } from '@/lib/api';
|
||||
import { useAuth } from '@/lib/auth';
|
||||
import { can } from '@/lib/rbac';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user