missplaced dialogs (#1227)

* remove

* remove
This commit is contained in:
ameer2468 authored and GitHub committed 2023-08-17 13:06:59 +00:00
1 parent bcbbe58141
commit a0a1c67664
1 file changed
-2
-2
View File
@@ -17,7 +17,6 @@ import {
routes
} from '@sd/interface';
import { getSpacedropState } from '@sd/interface/hooks/useSpacedropState';
import { Dialogs } from '@sd/ui';
import '@sd/ui/style';
import * as commands from './commands';
@@ -121,7 +120,6 @@ export default function App() {
<PlatformProvider platform={platform}>
<QueryClientProvider client={queryClient}>
<AppInner />
<Dialogs />
</QueryClientProvider>
</PlatformProvider>
</RspcProvider>