refactor: move global section functions to services directory

This commit is contained in:
ArraysID
2025-05-10 05:38:01 +07:00
parent 07a1eb8dbc
commit 55fd1fa443
4 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import { getGlobalsCommunitiesSection } from '../../repositories/get-globals-communitues-section';
import { getGlobalsFeaturesSection } from '../../repositories/get-globals-features-section';
import { getGlobalsHeroSection } from '../../repositories/get-globals-hero-section';
import { getGlobalsCommunitiesSection } from '../../services/get-globals-communitues-section';
import { getGlobalsFeaturesSection } from '../../services/get-globals-features-section';
import { getGlobalsHeroSection } from '../../services/get-globals-hero-section';
import { CallToAction } from './_components/call-to-action';
import { Community } from './_components/community';
import { Features } from './_components/features';