fix: tailwind v4 postcss, auth-server session, eslint cleanups
This commit is contained in:
2
frontend/app/(protected)/admin/users/page.jsx
Normal file → Executable file
2
frontend/app/(protected)/admin/users/page.jsx
Normal file → Executable file
@@ -3,7 +3,7 @@
|
||||
|
||||
import { useState, useEffect } from 'react';
|
||||
import { PlusCircle, MoreHorizontal } from 'lucide-react';
|
||||
import api from '@/lib/api';
|
||||
import { api } from '@/lib/api';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import { Card, CardContent, CardHeader, CardTitle, CardDescription } from '@/components/ui/card';
|
||||
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from '@/components/ui/table';
|
||||
|
||||
Reference in New Issue
Block a user