File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
site/src/pages/DeploymentSettingsPage/GeneralSettingsPage Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import type {
5
5
Experiments ,
6
6
SerpentOption ,
7
7
} from "api/typesGenerated" ;
8
+ import { Link } from "components/Link/Link" ;
8
9
import { SettingsHeader } from "components/SettingsHeader/SettingsHeader" ;
9
10
import { Stack } from "components/Stack/Stack" ;
10
11
import type { FC } from "react" ;
@@ -13,7 +14,6 @@ import { docs } from "utils/docs";
13
14
import { Alert } from "../../../components/Alert/Alert" ;
14
15
import OptionsTable from "../OptionsTable" ;
15
16
import { UserEngagementChart } from "./UserEngagementChart" ;
16
- import { Link } from "components/Link/Link" ;
17
17
18
18
export type GeneralSettingsPageViewProps = {
19
19
deploymentOptions : SerpentOption [ ] ;
You can’t perform that action at this time.
0 commit comments