Merge pull request #845 from makeplane/uat

release: v1.3.0-rc27
This commit is contained in:
sriram veeraghanta
2024-08-15 00:29:36 +05:30
committed by GitHub

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;