Merge pull request #9 from Fluffy-Bean/deepsource-transform-f963173a

style: format code with Prettier
This commit is contained in:
Michał 2024-05-05 13:05:22 +01:00 committed by GitHub
commit 200aa6b04f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -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<string, CartItem> {
let localData: Record<string, CartItem> = {};

View file

@ -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,