feat: remove /fullscreen route, add dynamic page titles

This commit is contained in:
SnapOtter
2026-06-14 18:34:32 +08:00
parent 71fef439a0
commit f9ebb304db
8 changed files with 22 additions and 393 deletions
+3
View File
@@ -1,6 +1,9 @@
import { AppLayout } from "@/components/layout/app-layout";
import { usePageTitle } from "@/hooks/use-page-title";
export function HomePage() {
usePageTitle();
return (
<AppLayout>
<div className="flex-1 flex items-center justify-center">