mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-27 18:07:18 +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 { getItemByUUID, postVerifyCart } from "./test-api";
|
||||
|
||||
|
||||
function getLocal(): Record<string, CartItem> {
|
||||
let localData: Record<string, CartItem> = {};
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue