mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-28 10:26:09 +00:00
Merge pull request #9 from Fluffy-Bean/deepsource-transform-f963173a
style: format code with Prettier
This commit is contained in:
commit
200aa6b04f
|
@ -3,7 +3,6 @@ import { type Writable, get, writable } from "svelte/store";
|
||||||
import { type CartItem, type Item } from "./types";
|
import { type CartItem, type Item } from "./types";
|
||||||
import { getItemByUUID, postVerifyCart } from "./test-api";
|
import { getItemByUUID, postVerifyCart } from "./test-api";
|
||||||
|
|
||||||
|
|
||||||
function getLocal(): Record<string, CartItem> {
|
function getLocal(): Record<string, CartItem> {
|
||||||
let localData: Record<string, CartItem> = {};
|
let localData: Record<string, CartItem> = {};
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ const routes = {
|
||||||
asyncComponent: () => import("./pages/PageBooking.svelte"),
|
asyncComponent: () => import("./pages/PageBooking.svelte"),
|
||||||
loadingComponent: PageLoading,
|
loadingComponent: PageLoading,
|
||||||
conditions: [],
|
conditions: [],
|
||||||
userData: { showNavBar: true, fullWidth: true }
|
userData: { showNavBar: true, fullWidth: true },
|
||||||
}),
|
}),
|
||||||
"/ForOhFor": wrap({
|
"/ForOhFor": wrap({
|
||||||
component: Page404,
|
component: Page404,
|
||||||
|
|
Loading…
Reference in a new issue