Not found.
There’s nothing here. :(
import { Header } from '@/components/Header' import { Sidebar } from '@/components/Sidebar' import { getDb } from '@/utils/ContentDatabase' export default async function NotFound() { const db = await getDb() const sidebar = await db.getSidebarContentList({}) return (
There’s nothing here. :(