mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-02 08:23:14 +00:00
Start on Booking form
Clean up navigation bar Form CSS Add warning to run when skipping migrations
This commit is contained in:
parent
5cce507c8a
commit
3198dec20c
9 changed files with 181 additions and 38 deletions
|
@ -1,10 +1,10 @@
|
|||
<script lang="ts">
|
||||
import { onMount } from "svelte";
|
||||
import { link } from 'svelte-spa-router';
|
||||
import { Acorn, Fish, Leaf, Pepper, ArrowUpRight, GrainsSlash } from 'phosphor-svelte';
|
||||
|
||||
import { type Item, Labels} from "../lib/types";
|
||||
import LoadingImage from '/assets/MenuItemLoadingAlt.svg';
|
||||
import {onMount} from "svelte";
|
||||
|
||||
export let item: Item;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue