diff --git a/src/routes/new/from-photo/+page.svelte b/src/routes/new/from-photo/+page.svelte
index fd0e1cc..fb4e6a6 100644
--- a/src/routes/new/from-photo/+page.svelte
+++ b/src/routes/new/from-photo/+page.svelte
@@ -2,6 +2,7 @@
import { goto } from '$app/navigation';
import {
Camera,
+ ImageUp,
Loader2,
Wand2,
AlertTriangle,
@@ -17,6 +18,7 @@
const store = new PhotoUploadStore();
let saving = $state(false);
+ let cameraInput = $state