aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/pages/Settings/Radarr/index.tsx
diff options
context:
space:
mode:
authorAnderson Shindy Oki <[email protected]>2024-06-08 09:49:40 +0900
committerGitHub <[email protected]>2024-06-07 20:49:40 -0400
commitbcd8257fda44678e53e184eea8ab3a97709e1d02 (patch)
treea0c84b3a1ad4901d6728dd609b6383af5c19a8cc /frontend/src/pages/Settings/Radarr/index.tsx
parentbe8f2d6d183e5206f932be1113e0da7db2a2277a (diff)
downloadbazarr-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.tsx6
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 = () => {