more fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Urban Modig
2025-10-14 21:32:10 +02:00
parent 16c488c3c4
commit 5bd851d380

View File

@ -1,4 +1,5 @@
import { PropsWithChildren, useEffect } from 'react'
import type { PropsWithChildren } from 'react'
import { useEffect } from 'react'
import { useLocation } from 'react-router-dom'
import { useAuth } from './AuthProvider'