|
|
@@ -3,7 +3,7 @@ import { useQuery } from '@tanstack/react-query';
|
|
|
import { format } from 'date-fns';
|
|
|
import { Plus, Search, Edit, Trash2 } from 'lucide-react';
|
|
|
import { userClient } from '@/client/api';
|
|
|
-import type { InferResponseType, InferRequestType } from 'hono/client';
|
|
|
+import type { InferRequestType } from 'hono/client';
|
|
|
import { Button } from '@/client/components/ui/button';
|
|
|
import { Input } from '@/client/components/ui/input';
|
|
|
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/client/components/ui/card';
|