Update context imports for simplicity and consistency

This commit is contained in:
2025-06-09 07:42:13 -05:00
parent 6a6c0934d5
commit 476d6c91b4
22 changed files with 30 additions and 34 deletions

View File

@ -1,7 +1,7 @@
'use client';
import { signInWithApple } from '@/lib/actions';
import { StatusMessage, SubmitButton } from '@/components/default';
import { useAuth } from '@/components/context/auth';
import { useAuth } from '@/components/context';
import { useRouter } from 'next/navigation';
import { useState } from 'react';
import Image from 'next/image';