This commit is contained in:
Manav Rathi
2024-06-07 16:31:30 +05:30
parent cbdca9851c
commit 2dca9f1758

View File

@@ -1,4 +1,5 @@
import { CustomHead } from "@/next/components/Head";
import { setAppNameForAuthenticatedRequests } from "@/next/http";
import { setupI18n } from "@/next/i18n";
import {
logStartupBanner,
@@ -33,7 +34,6 @@ import { useRouter } from "next/router";
import { createContext, useContext, useEffect, useRef, useState } from "react";
import LoadingBar, { type LoadingBarRef } from "react-top-loading-bar";
import "../../public/css/global.css";
import { setAppNameForAuthenticatedRequests } from "@/next/http";
/**
* Properties available via the {@link AppContext} to the Auth app's React tree.