refactor: reorganize components

This commit is contained in:
2026-02-04 16:42:33 +05:00
parent 1996719fcb
commit 62254acdb9
11 changed files with 8 additions and 10 deletions
@@ -1,5 +1,5 @@
<script lang="ts">
import { Button } from "$lib/components/ui";
import Button from "../ui/Button.svelte";
interface Props {
backgroundImage?: string | undefined;