mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: remove /fullscreen route, add dynamic page titles
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user