ФУНКЦИИ - NODEDC TASK: listen for platform logout
This commit is contained in:
@@ -24,6 +24,7 @@ import globalStyles from "@/styles/globals.css?url";
|
||||
import type { Route } from "./+types/root";
|
||||
import designConfig from "../design.config.json";
|
||||
// components
|
||||
import { NodeDCSessionSync } from "@/components/auth-screens/nodedc-session-sync";
|
||||
// local
|
||||
import { CustomErrorComponent } from "./error";
|
||||
import { AppProvider } from "./provider";
|
||||
@@ -181,6 +182,7 @@ export const meta: Route.MetaFunction = () => [
|
||||
export default function Root() {
|
||||
return (
|
||||
<AppProvider>
|
||||
<NodeDCSessionSync />
|
||||
<div className={cn("relative flex h-screen w-full flex-col overflow-hidden bg-canvas", "desktop-app-container")}>
|
||||
<main className="relative h-full w-full overflow-hidden">
|
||||
<Outlet />
|
||||
|
||||
Reference in New Issue
Block a user