remove ';'

This commit is contained in:
vchikalkin 2025-01-10 18:45:15 +03:00
parent 23f5838c82
commit 87ec038739

View File

@ -1,4 +1,4 @@
'use server';;
'use server';
import { getClientWithToken } from '../apollo/client';
import * as GQL from '../types';