From 9eb35964f10070ebb1918a65b9d3ec69cb99fbc3 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 20:16:13 +0200 Subject: [PATCH] Add background image import functionality --- src/app/App.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 04dece23..e0c31c6b 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -4361,6 +4361,13 @@ export function App({ store, initialStatusMessage }: AppProps) { accept=".glb,.gltf,model/gltf-binary,model/gltf+json,application/octet-stream" onChange={handleImportModelChange} /> + ); }