Skip to content

Commit 6f8fe30

Browse files
authored
Move settings modal (#1407)
1 parent 33175ba commit 6f8fe30

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

apps/studio/src/routes/editor/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import EditPanel from './EditPanel';
33
import LayersPanel from './LayersPanel';
44
import Toolbar from './Toolbar';
55
import EditorTopBar from './TopBar';
6-
import SettingsModal from './TopBar/ProjectSelect/SettingsModal';
6+
import SettingsModal from './SettingsModal';
77
import PricingPage from './TopBar/Subscription/PricingPage';
88
import WebviewArea from './WebviewArea';
99

0 commit comments

Comments
 (0)