File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,13 @@ import {
15
15
Route ,
16
16
Routes ,
17
17
BrowserRouter as Router ,
18
- Outlet ,
19
18
} from "react-router-dom"
20
19
import { DashboardLayout } from "./components/Dashboard/DashboardLayout"
21
20
import { RequireAuth } from "./components/RequireAuth/RequireAuth"
22
21
import { SettingsLayout } from "./components/SettingsLayout/SettingsLayout"
23
22
import { DeploySettingsLayout } from "components/DeploySettingsLayout/DeploySettingsLayout"
24
23
import { TemplateSettingsLayout } from "pages/TemplateSettingsPage/TemplateSettingsLayout"
25
24
import { WorkspaceSettingsLayout } from "pages/WorkspaceSettingsPage/WorkspaceSettingsLayout"
26
- import { DashboardProvider } from "components/Dashboard/DashboardProvider"
27
- import { ProxyProvider } from "contexts/ProxyContext"
28
25
29
26
// Lazy load pages
30
27
// - Pages that are secondary, not in the main navigation or not usually accessed
Original file line number Diff line number Diff line change 7
7
MockWorkspaceApp ,
8
8
} from "testHelpers/entities"
9
9
import { AppLink , AppLinkProps } from "./AppLink"
10
- import { ProxyContext } from "contexts/ProxyContext"
11
- import { getURLs } from "contexts/ProxyContext"
10
+ import { ProxyContext , getURLs } from "contexts/ProxyContext"
12
11
13
12
export default {
14
13
title : "components/AppLink" ,
You can’t perform that action at this time.
0 commit comments