style: reformat files
This commit is contained in:
parent
657a64ca7f
commit
2a2c4bc967
87 changed files with 571 additions and 307 deletions
|
@ -1,9 +1,9 @@
|
|||
'use client';
|
||||
|
||||
import * as React from 'react';
|
||||
import { CheckIcon, ChevronsUpDownIcon } from 'lucide-react';
|
||||
import * as React from 'react';
|
||||
import zod from 'zod/v4';
|
||||
|
||||
import { cn } from '@/lib/utils';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import {
|
||||
Command,
|
||||
|
@ -18,10 +18,13 @@ import {
|
|||
PopoverContent,
|
||||
PopoverTrigger,
|
||||
} from '@/components/ui/popover';
|
||||
import { useGetApiSearchUser } from '@/generated/api/search/search';
|
||||
import zod from 'zod/v4';
|
||||
|
||||
import { cn } from '@/lib/utils';
|
||||
|
||||
import { PublicUserSchema } from '@/app/api/user/validation';
|
||||
|
||||
import { useGetApiSearchUser } from '@/generated/api/search/search';
|
||||
|
||||
type User = zod.output<typeof PublicUserSchema>;
|
||||
|
||||
export function UserSearchInput({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue