Reformatted files with biome.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
'use client';
|
||||
import { createContext, ReactNode } from 'react';
|
||||
import { Loading } from '@umami/react-zen';
|
||||
import { createContext, type ReactNode } from 'react';
|
||||
import { useTeamQuery } from '@/components/hooks/queries/useTeamQuery';
|
||||
import { Team } from '@/generated/prisma/client';
|
||||
import type { Team } from '@/generated/prisma/client';
|
||||
|
||||
export const TeamContext = createContext<Team>(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user