AW-573 remove meditations
This commit is contained in:
parent
5c8821f222
commit
cd6675f1d0
@ -6,8 +6,6 @@ import {
|
||||
CompatibilitySection,
|
||||
CompatibilitySectionSkeleton,
|
||||
HoroscopeSection,
|
||||
MeditationSection,
|
||||
MeditationSectionSkeleton,
|
||||
PalmSection,
|
||||
PalmSectionSkeleton,
|
||||
PortraitsSection,
|
||||
@ -17,7 +15,6 @@ import { loadChatsList } from "@/entities/chats/loaders";
|
||||
import {
|
||||
loadAssistants,
|
||||
loadCompatibility,
|
||||
loadMeditations,
|
||||
loadPalms,
|
||||
loadPortraits,
|
||||
loadVideoGuides,
|
||||
@ -52,9 +49,6 @@ export default async function Home() {
|
||||
<CompatibilitySection promise={loadCompatibility()} />
|
||||
</Suspense>
|
||||
|
||||
<Suspense fallback={<MeditationSectionSkeleton />}>
|
||||
<MeditationSection promise={loadMeditations()} />
|
||||
</Suspense>
|
||||
|
||||
<Suspense fallback={<PalmSectionSkeleton />}>
|
||||
<PalmSection promise={loadPalms()} />
|
||||
|
||||
@ -36,10 +36,4 @@ export const navItems: NavItem[] = [
|
||||
icon: IconName.Heart,
|
||||
href: ROUTES.compatibility(),
|
||||
},
|
||||
{
|
||||
key: "meditation",
|
||||
label: "Medi...",
|
||||
icon: IconName.Leaf,
|
||||
href: ROUTES.meditation(),
|
||||
},
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user