Skip to content

Commit 76237c7

Browse files
committed
fix import of "use"
1 parent 2d1f242 commit 76237c7

File tree

1 file changed

+1
-1
lines changed
  • app/[locale]/dashboard/[entityType]/[entitySlug]/aimodels

1 file changed

+1
-1
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/aimodels/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { useMutation, useQuery } from '@tanstack/react-query';
55
import { parseAsString, useQueryState } from 'next-usequerystate';
66
import { useRouter } from 'next/navigation';
77
import { Button, DataTable, Icon, IconButton, Text, toast } from 'opub-ui';
8-
import { useEffect } from 'react';
8+
import { use, useEffect } from 'react';
99
import { twMerge } from 'tailwind-merge';
1010

1111
import { Icons } from '@/components/icons';

0 commit comments

Comments
 (0)