Skip to content

Commit d6e9364

Browse files
committed
Remove unused import
1 parent e29321a commit d6e9364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Product/AddToCart.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Imports
2-
import { useContext, useState } from 'react';
2+
import { useState } from 'react';
33
import { useQuery, useMutation } from '@apollo/client';
44
import { v4 as uuidv4 } from 'uuid';
55

0 commit comments

Comments
 (0)