mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-25 13:56:08 +00:00
refactor: not found page
This commit is contained in:
@@ -21,25 +21,6 @@ export default function HomeLayout({
|
||||
};
|
||||
|
||||
return (
|
||||
// <Layout className={styles.homeLayoutContainer}>
|
||||
// {/* homeLayoutContainer 是整个容器的入口,使用 flex 的左右布局 */}
|
||||
|
||||
// <Sider className="left">
|
||||
// <HomeSidebar onSelectedChangeAction={onSelectedChangeAction} />
|
||||
// {/* HomeSidebar 为侧边栏 */}
|
||||
// </Sider>
|
||||
|
||||
// <Layout className="right">
|
||||
// {/* right 为内容显示区域,right使用 flex 上下布局,right 使用 flex 布局吃掉剩余部分 */}
|
||||
|
||||
// <HomeTitleBar title={title} />
|
||||
|
||||
// <Content className={styles.main}>
|
||||
// {/* mainContent 为主页面 */}
|
||||
// {children}
|
||||
// </Content>
|
||||
// </Layout>
|
||||
// </Layout>
|
||||
|
||||
<div className={styles.homeLayoutContainer}>
|
||||
<aside className={styles.sidebar}>
|
||||
|
||||
Reference in New Issue
Block a user