File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/src/pages/DeploymentSettingsPage/AppearanceSettingsPage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { type Interpolation , type Theme , useTheme } from "@emotion/react" ;
2
- import { Button } from "components/Button/Button" ;
3
2
import DialogActions from "@mui/material/DialogActions" ;
4
3
import TextField from "@mui/material/TextField" ;
5
4
import type { BannerConfig } from "api/typesGenerated" ;
5
+ import { Button } from "components/Button/Button" ;
6
6
import { Dialog , DialogActionButtons } from "components/Dialogs/Dialog" ;
7
7
import { Stack } from "components/Stack/Stack" ;
8
8
import { useFormik } from "formik" ;
9
9
import { AnnouncementBannerView } from "modules/dashboard/AnnouncementBanners/AnnouncementBannerView" ;
10
- import { useState , type FC } from "react" ;
10
+ import { type FC , useState } from "react" ;
11
11
import { SliderPicker , TwitterPicker } from "react-color" ;
12
12
import { getFormHelpers } from "utils/formUtils" ;
13
13
You can’t perform that action at this time.
0 commit comments