import AppHeader from '@components/appHeader'; import AccountColumn from '@components/columns/account'; import NavigatorColumn from '@components/columns/navigator'; export default function WithSidebarLayout({ children }: { children: React.ReactNode }) { return (
{children}

This feature hasn't implemented yet, so resize Lume to the initial size for a better experience. I'm sorry for this inconvenience, and I swear I will add it soon 😁

); }