mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-26 17:36:15 +00:00
style: format code with Prettier
This commit fixes the style issues introduced in cd2aaa3
according to the output
from Prettier.
Details: None
This commit is contained in:
parent
cd2aaa355c
commit
27cd29de27
|
@ -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