Skip to content

Commit 8cbc925

Browse files
committed
Prettier
1 parent 892ed95 commit 8cbc925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/const/GQL_MUTATIONS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {gql} from '@apollo/client';
1+
import { gql } from '@apollo/client';
22

33
export const ADD_TO_CART = gql`
44
mutation($input: AddToCartInput!) {

utils/const/GQL_QUERIES.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {gql} from '@apollo/client';
1+
import { gql } from '@apollo/client';
22

33
export const GET_SINGLE_PRODUCT = gql`
44
query Product($id: ID!) {

0 commit comments

Comments
 (0)