Skip to content

Commit 24f6229

Browse files
committed
Remove unused import
1 parent 65f5779 commit 24f6229

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nuxt3/components/Cart/CartContents.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@
5555
import GET_CART_QUERY from '@/apollo/queries/GET_CART_QUERY.gql'
5656
import UPDATE_CART_MUTATION from '@/apollo/mutations/UPDATE_CART_MUTATION.gql'
5757
58-
const router = useRouter()
59-
6058
const isRemoving = useState('isRemoving', () => false)
6159
6260
defineProps({

0 commit comments

Comments
 (0)