style: prettier format
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
79bbbdc4e8
commit
99617f117c
45 changed files with 229 additions and 302 deletions
|
|
@ -10,11 +10,7 @@
|
|||
*/
|
||||
|
||||
import { useEffect, useState } from 'react'
|
||||
import {
|
||||
getCurrentSession,
|
||||
subscribeToAuthChanges,
|
||||
type User,
|
||||
} from '@/shared/lib/auth-client'
|
||||
import { getCurrentSession, subscribeToAuthChanges, type User } from '@/shared/lib/auth-client'
|
||||
|
||||
interface UseAuthResult {
|
||||
user: User | null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue