Build out components #45

Merged
BenjaminPalko merged 14 commits from build-out-components into master 2025-01-04 22:14:19 -05:00
5 changed files with 3 additions and 5 deletions
Showing only changes of commit 73c328eb35 - Show all commits

View file

@ -0,0 +1 @@
export { default as Loader } from './Loader.svelte';

View file

@ -1,3 +0,0 @@
import Loader from './Loader.svelte';
export default Loader;

View file

@ -1,6 +1,6 @@
<script lang="ts">
import { goto } from '$app/navigation';
import Loader from '$lib/components/common/Loader';
import { Loader } from '$lib/components/Feedback';
import { fade } from 'svelte/transition';
$effect(() => {
@ -19,4 +19,4 @@
.site-loader {
@apply flex h-screen w-screen flex-col items-center justify-center gap-6;
}
</style>
</style>