refactor(app): split page orchestration flows

This commit is contained in:
2026-07-09 11:59:03 +08:00
parent bd840651a4
commit 41d0c121b2
14 changed files with 386 additions and 260 deletions
-2
View File
@@ -1,5 +1,3 @@
"use client";
import { SidebarScreen } from "@/app/sidebar/sidebar-screen";
export default function SidebarPage() {