Moved files. New components build.

This commit is contained in:
Mike Cao
2023-10-30 17:18:48 -05:00
parent 9cb6046844
commit 02c3d2bab3
8 changed files with 56 additions and 46 deletions

View File

@@ -1,9 +1,10 @@
'use client';
import Script from 'next/script';
import { usePathname } from 'next/navigation';
import UpdateNotice from 'components/common/UpdateNotice';
import { useRequireLogin, useConfig } from 'components/hooks';
import UpdateNotice from './UpdateNotice';
export function Shell({ children }) {
const { user } = useRequireLogin();
const config = useConfig();