generated from kevisual/vite-react-template
Initial commit
This commit is contained in:
8
src/pages/auth/index.tsx
Normal file
8
src/pages/auth/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
type Props = {
|
||||
children: React.ReactNode
|
||||
}
|
||||
export const AuthProvider = ({ children }: Props) => {
|
||||
return <>
|
||||
{children}
|
||||
</>
|
||||
}
|
||||
Reference in New Issue
Block a user