website refactor
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
'use client';
|
||||
|
||||
import React from 'react';
|
||||
import { AppShell } from '@/ui/AppShell';
|
||||
import { ControlBar } from '@/ui/ControlBar';
|
||||
import { TopNav } from '@/ui/TopNav';
|
||||
import { ContentViewport } from '@/ui/ContentViewport';
|
||||
import { GlobalSidebarTemplate } from './GlobalSidebarTemplate';
|
||||
import { GlobalFooterTemplate } from './GlobalFooterTemplate';
|
||||
import { HeaderContentTemplate } from './HeaderContentTemplate';
|
||||
import { Box } from '@/ui/Box';
|
||||
import { usePathname } from 'next/navigation';
|
||||
import { useCurrentSession } from '@/hooks/auth/useCurrentSession';
|
||||
import { routes } from '@/lib/routing/RouteConfig';
|
||||
import { AppShell } from '@/ui/AppShell';
|
||||
import { ContentViewport } from '@/ui/ContentViewport';
|
||||
import { ControlBar } from '@/ui/ControlBar';
|
||||
import { Box } from '@/ui/primitives/Box';
|
||||
import { TopNav } from '@/ui/TopNav';
|
||||
import { usePathname } from 'next/navigation';
|
||||
import React from 'react';
|
||||
import { GlobalFooterTemplate } from './GlobalFooterTemplate';
|
||||
import { GlobalSidebarTemplate } from './GlobalSidebarTemplate';
|
||||
import { HeaderContentTemplate } from './HeaderContentTemplate';
|
||||
|
||||
export interface RootAppShellViewData {
|
||||
children: React.ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user