feat: login and register page

This commit is contained in:
Junyan Qin
2025-05-09 20:33:12 +08:00
parent b966f47acb
commit cf6076f504
14 changed files with 385 additions and 277 deletions
-4
View File
@@ -1,14 +1,10 @@
'use client';
import '@ant-design/v5-patch-for-react-19';
import styles from './layout.module.css';
import HomeSidebar from '@/app/home/components/home-sidebar/HomeSidebar';
import HomeTitleBar from '@/app/home/components/home-titlebar/HomeTitleBar';
import React, { useState } from 'react';
import { SidebarChildVO } from '@/app/home/components/home-sidebar/HomeSidebarChild';
// import { Layout } from 'antd';
// const { Sider, Content } = Layout;
export default function HomeLayout({
children,