feat: 添加首页模板
This commit is contained in:
8
src/views/Main/index.tsx
Normal file
8
src/views/Main/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
// import DefaultLayOut from '@/layout/default'
|
||||
export default () => {
|
||||
return (
|
||||
<>
|
||||
{/*<DefaultLayOut />*/}
|
||||
</>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user