mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-15 06:33:12 +00:00
Clean up file structure
Speed up compile times
This commit is contained in:
parent
8416549858
commit
109386bf51
15 changed files with 171 additions and 221 deletions
8
front/src/components/LoadingBar.svelte
Normal file
8
front/src/components/LoadingBar.svelte
Normal file
|
@ -0,0 +1,8 @@
|
|||
<script>
|
||||
export let bottom = false
|
||||
</script>
|
||||
|
||||
<div class="loader" class:bottom={bottom}>
|
||||
<div class="bar bar-1"></div>
|
||||
<div class="bar bar-2"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue