feat: add Stirling-PDF-style layout with sidebar, tool panel, dropzone, and theme toggle

This commit is contained in:
Siddharth Kumar Sah
2026-03-22 03:01:23 +08:00
parent 541e49576c
commit e920021da1
9 changed files with 345 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
import { AppLayout } from "@/components/layout/app-layout";
export function HomePage() {
return <AppLayout />;
}