Files
imphnen-frontend-service/apps/landing/src/services/get-globals-features-section.ts
T

8 lines
169 B
TypeScript
Raw Normal View History

import { payload } from '../lib/payload';
export async function getGlobalsFeaturesSection() {
return await payload.findGlobal({
slug: 'features-section',
});
}