refactor: move global section functions to services directory

This commit is contained in:
ArraysID
2025-05-11 05:24:31 +07:00
parent 009cabfc1c
commit d1fc7a8fd5
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';