diff options
author | Anderson Shindy Oki <[email protected]> | 2024-06-08 09:49:40 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-07 20:49:40 -0400 |
commit | bcd8257fda44678e53e184eea8ab3a97709e1d02 (patch) | |
tree | a0c84b3a1ad4901d6728dd609b6383af5c19a8cc /frontend/src/pages/Settings/Radarr/index.tsx | |
parent | be8f2d6d183e5206f932be1113e0da7db2a2277a (diff) | |
download | bazarr-bcd8257fda44678e53e184eea8ab3a97709e1d02.tar.gz bazarr-bcd8257fda44678e53e184eea8ab3a97709e1d02.zip |
no log: Apply style linter (#2516)
Diffstat (limited to 'frontend/src/pages/Settings/Radarr/index.tsx')
-rw-r--r-- | frontend/src/pages/Settings/Radarr/index.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/src/pages/Settings/Radarr/index.tsx b/frontend/src/pages/Settings/Radarr/index.tsx index 8805aeed8..b2e858178 100644 --- a/frontend/src/pages/Settings/Radarr/index.tsx +++ b/frontend/src/pages/Settings/Radarr/index.tsx @@ -1,5 +1,5 @@ -import { Code } from "@mantine/core"; import { FunctionComponent } from "react"; +import { Code } from "@mantine/core"; import { Check, Chips, @@ -13,8 +13,8 @@ import { Slider, Text, URLTestButton, -} from "../components"; -import { moviesEnabledKey } from "../keys"; +} from "@/pages/Settings/components"; +import { moviesEnabledKey } from "@/pages/Settings/keys"; import { timeoutOptions } from "./options"; const SettingsRadarrView: FunctionComponent = () => { |