mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-01 16:13:10 +00:00
Use Svelte for frontend
This commit is contained in:
parent
59a15f0957
commit
56bd273711
16 changed files with 1301 additions and 9 deletions
9
front/src/App.svelte
Normal file
9
front/src/App.svelte
Normal file
|
@ -0,0 +1,9 @@
|
|||
<script>
|
||||
</script>
|
||||
|
||||
<main>
|
||||
<h1>TastyBites</h1>
|
||||
</main>
|
||||
|
||||
<style>
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue