fix: use type-only import for ReactNode (TypeScript verbatimModuleSyntax)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useAuth } from 'react-oidc-context';
|
||||
import { ReactNode } from 'react';
|
||||
import type { ReactNode } from 'react';
|
||||
|
||||
interface AuthWrapperProps {
|
||||
children: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user