diff --git a/front/src/lib/cart.ts b/front/src/lib/cart.ts index fb55313..4186221 100644 --- a/front/src/lib/cart.ts +++ b/front/src/lib/cart.ts @@ -3,7 +3,6 @@ import { type Writable, get, writable } from "svelte/store"; import { type CartItem, type Item } from "./types"; import { getItemByUUID, postVerifyCart } from "./test-api"; - function getLocal(): Record { let localData: Record = {}; diff --git a/front/src/routes.js b/front/src/routes.js index e5dcca3..62f894d 100644 --- a/front/src/routes.js +++ b/front/src/routes.js @@ -45,7 +45,7 @@ const routes = { asyncComponent: () => import("./pages/PageBooking.svelte"), loadingComponent: PageLoading, conditions: [], - userData: { showNavBar: true, fullWidth: true } + userData: { showNavBar: true, fullWidth: true }, }), "/ForOhFor": wrap({ component: Page404,