feat: 添加首页模板
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
// import FileSharing from '@/components/FileSharing'
|
||||
// import DefaultLayOut from '@/layout/default'
|
||||
|
||||
import BlurCard from '@/components/BlurCard'
|
||||
import HomeIndex from '@/components/HomeIndex'
|
||||
|
||||
export default () => {
|
||||
return (
|
||||
<div>
|
||||
{/*<DefaultLayOut />*/}
|
||||
<BlurCard />
|
||||
{/*<BlurCard />*/}
|
||||
<HomeIndex />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user