missplaced dialogs (#1227)

* remove

* remove
This commit is contained in:
ameer2468 2023-08-17 16:06:59 +03:00 committed by GitHub
parent bcbbe58141
commit a0a1c67664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>