From 66014885fd6cbadcd513b8530f19ec404780a7cb Mon Sep 17 00:00:00 2001 From: ameer2468 <33054370+ameer2468@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:06:59 +0300 Subject: [PATCH] missplaced dialogs (#1227) * remove * remove --- apps/desktop/src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/desktop/src/App.tsx b/apps/desktop/src/App.tsx index 8a563af92..8c9c9b0a1 100644 --- a/apps/desktop/src/App.tsx +++ b/apps/desktop/src/App.tsx @@ -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() { -