aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/pages/Settings/Radarr/index.tsx
diff options
context:
space:
mode:
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 = () => {