9
apps/console/src/layouts/AuthenticateLayout.tsx
Normal file
9
apps/console/src/layouts/AuthenticateLayout.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Outlet } from "react-router";
|
||||
|
||||
export default function AuthenticateLayout() {
|
||||
return (
|
||||
<div>
|
||||
<Outlet />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user