import AppHeader from "@shared/appHeader"; import MultiAccounts from "@shared/multiAccounts"; import Navigation from "@shared/navigation"; export function LayoutChannel({ children }: { children: React.ReactNode }) { return (
{children}
); }