Move /app to root

This commit is contained in:
Sam Becker 2025-02-17 17:52:18 -06:00
parent b13b10736b
commit 2d6d8fccaa
46 changed files with 2 additions and 2 deletions

View File

@ -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,