2025-02-12 11:54:50 +03:00

5 lines
95 B
TypeScript

'use server';
import * as api from '@repo/graphql/api';
export const getOrder = api.getOrder;