mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +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 { Source } from '@/components/source';
|
||||||
import { Donate } from '@/components/donate';
|
import { Donate } from '@/components/donate';
|
||||||
import { About } from '@/components/about';
|
import { About } from '@/components/about';
|
||||||
import { Features } from '@/components/features';
|
// import { Features } from '@/components/features';
|
||||||
import { Footer } from '@/components/footer';
|
import { Footer } from '@/components/footer';
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -15,7 +15,7 @@ import { Footer } from '@/components/footer';
|
||||||
<Hero />
|
<Hero />
|
||||||
<App client:load />
|
<App client:load />
|
||||||
<About client:load />
|
<About client:load />
|
||||||
<Features client:load />
|
<!-- <Features client:load /> -->
|
||||||
<Source />
|
<Source />
|
||||||
<Footer />
|
<Footer />
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue