fix: build errors. (#844)

This commit is contained in:
Prateek Shourya
2024-08-14 23:15:32 +05:30
committed by GitHub
parent 875c9c771c
commit ff034cb5cf

View File

@@ -3,10 +3,10 @@
import { ReactNode } from "react";
// components
import { PageHead } from "@/components/core";
// wrappers
import { AuthenticationWrapper } from "@/lib/wrappers";
// helpers
import { EPageTypes } from "@/helpers/authentication.helper";
// wrappers
import { AuthenticationWrapper } from "@/lib/wrappers";
type Props = {
children: ReactNode;