remove typo

This commit is contained in:
Evan Simkowitz 2024-08-14 21:58:55 -07:00
parent b5c6c1a937
commit 1dce9b026f
No known key found for this signature in database

View File

@ -493,7 +493,6 @@ const AppInner = () => {
<AppBackground /> <AppBackground />
<AppKeyHandlers /> <AppKeyHandlers />
<AppSettingsUpdater /> <AppSettingsUpdater />
-m
<DndProvider backend={HTML5Backend}> <DndProvider backend={HTML5Backend}>
<Workspace /> <Workspace />
</DndProvider> </DndProvider>