style(App): use singlequote for string

This commit is contained in:
Tim 2025-05-27 20:29:42 +02:00
parent 597b366ce2
commit 5d9a005686

View file

@ -113,7 +113,7 @@ const App = () => {
}
}
} catch (e) {
console.error("Failed to open media:", e);
console.error('Failed to open media:', e);
}
};