Skip to content

Commit 30581a4

Browse files
committed
fix build error
1 parent 015aad0 commit 30581a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/checkout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { component$, useContext } from '@builder.io/qwik';
1+
import { component$ } from '@builder.io/qwik';
22
import { Image } from 'qwik-image';
33
import { useTranslate } from 'qwik-speak';
44
import { OrderSummary } from '~/components/OrderSummary/OrderSummary';

0 commit comments

Comments
 (0)