diff --git a/src/auth/AuthWrapper.tsx b/src/auth/AuthWrapper.tsx index 38be1cf..8ba8f67 100644 --- a/src/auth/AuthWrapper.tsx +++ b/src/auth/AuthWrapper.tsx @@ -1,5 +1,5 @@ import { useAuth } from 'react-oidc-context'; -import { ReactNode } from 'react'; +import type { ReactNode } from 'react'; interface AuthWrapperProps { children: ReactNode;