feat: start implement image upload and cropper

This commit is contained in:
2026-02-06 09:10:33 +05:00
parent 5244de7cc0
commit 070b49cbad
8 changed files with 203 additions and 31 deletions
-4
View File
@@ -3,10 +3,6 @@
import IconSun from "$components/ui/Icons/IconSun.svelte";
import { themeState } from "$states/theme.svelte";
interface Props {}
let {}: Props = $props();
function toggleTheme() {
themeState.toggle();
}