Move /app to root
This commit is contained in:
parent
b13b10736b
commit
2d6d8fccaa
@ -16,11 +16,11 @@ import { ThemeProvider } from 'next-themes';
|
|||||||
import Nav from '@/app-core/Nav';
|
import Nav from '@/app-core/Nav';
|
||||||
import Footer from '@/app-core/Footer';
|
import Footer from '@/app-core/Footer';
|
||||||
import CommandK from '@/app-core/CommandK';
|
import CommandK from '@/app-core/CommandK';
|
||||||
import SwrConfigClient from '../state/SwrConfigClient';
|
import SwrConfigClient from '@/state/SwrConfigClient';
|
||||||
import AdminBatchEditPanel from '@/admin/AdminBatchEditPanel';
|
import AdminBatchEditPanel from '@/admin/AdminBatchEditPanel';
|
||||||
import ShareModals from '@/share/ShareModals';
|
import ShareModals from '@/share/ShareModals';
|
||||||
|
|
||||||
import '../../tailwind.css';
|
import '../tailwind.css';
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: SITE_TITLE,
|
title: SITE_TITLE,
|
||||||
Loading…
Reference in New Issue
Block a user