diff --git a/app/checkout/page.tsx b/app/checkout/page.tsx
index 4f32fbf..156b0b5 100644
--- a/app/checkout/page.tsx
+++ b/app/checkout/page.tsx
@@ -62,7 +62,6 @@ export default async function CheckoutPage() {
return (
-
Checkout
@@ -96,7 +95,6 @@ export default async function CheckoutPage() {
-
)
}
\ No newline at end of file
diff --git a/app/products/[productId]/page.tsx b/app/products/[productId]/page.tsx
index bb2ed19..efa9667 100644
--- a/app/products/[productId]/page.tsx
+++ b/app/products/[productId]/page.tsx
@@ -2,7 +2,7 @@ import React from 'react';
import Image from 'next/image';
import Navbar from '@/components/shop/Navbar';
import Footer from '@/components/shop/Footer';
-import {getOneBike} from "@/utils/getBike";
+import {Bike, getOneBike} from "@/utils/getBike";
import {notFound} from "next/navigation";