mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 17:04:15 +00:00
style: hide features
This commit is contained in:
parent
37505a6b3f
commit
9028675057
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ import { App } from '@/components/app';
|
|||
import { Source } from '@/components/source';
|
||||
import { Donate } from '@/components/donate';
|
||||
import { About } from '@/components/about';
|
||||
import { Features } from '@/components/features';
|
||||
// import { Features } from '@/components/features';
|
||||
import { Footer } from '@/components/footer';
|
||||
---
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ import { Footer } from '@/components/footer';
|
|||
<Hero />
|
||||
<App client:load />
|
||||
<About client:load />
|
||||
<Features client:load />
|
||||
<!-- <Features client:load /> -->
|
||||
<Source />
|
||||
<Footer />
|
||||
</Layout>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue