website refactor
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
interface OnboardingLayoutProps {
|
||||
children: React.ReactNode;
|
||||
}
|
||||
|
||||
/**
|
||||
* Onboarding Layout
|
||||
*
|
||||
@@ -11,6 +7,7 @@ interface OnboardingLayoutProps {
|
||||
import { headers } from 'next/headers';
|
||||
import { redirect } from 'next/navigation';
|
||||
import { createRouteGuard } from '@/lib/auth/createRouteGuard';
|
||||
import { OnboardingLayoutProps } from './OnboardingLayoutProps';
|
||||
|
||||
export default async function OnboardingLayout({ children }: OnboardingLayoutProps) {
|
||||
const headerStore = await headers();
|
||||
|
||||
Reference in New Issue
Block a user