Fixed imports.
This commit is contained in:
@@ -19,7 +19,7 @@ export function TypeConfirmationForm({
|
||||
}: {
|
||||
confirmationValue: string;
|
||||
buttonLabel?: string;
|
||||
buttonVariant?: 'primary' | 'secondary' | 'outline' | 'quiet' | 'danger' | 'none';
|
||||
buttonVariant?: 'primary' | 'outline' | 'quiet' | 'danger' | 'zero';
|
||||
isLoading?: boolean;
|
||||
error?: string | Error;
|
||||
onConfirm?: () => void;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { TeamContext } from '@/app/(main)/settings/teams/[teamId]/TeamProvider';
|
||||
import { TeamContext } from '@/app/(main)/teams/[teamId]/TeamProvider';
|
||||
import { useContext } from 'react';
|
||||
|
||||
export function useTeam() {
|
||||
|
||||
Reference in New Issue
Block a user