aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/components/inputs/Selector.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/inputs/Selector.tsx')
-rw-r--r--frontend/src/components/inputs/Selector.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/inputs/Selector.tsx b/frontend/src/components/inputs/Selector.tsx
index 6a25144f5..ff06b3855 100644
--- a/frontend/src/components/inputs/Selector.tsx
+++ b/frontend/src/components/inputs/Selector.tsx
@@ -1,4 +1,4 @@
-import { LOG } from "@/utilities/console";
+import { useCallback, useMemo, useRef } from "react";
import {
ComboboxItem,
ComboboxParsedItemGroup,
@@ -8,7 +8,7 @@ import {
SelectProps,
} from "@mantine/core";
import { isNull, isUndefined } from "lodash";
-import { useCallback, useMemo, useRef } from "react";
+import { LOG } from "@/utilities/console";
export type SelectorOption<T> = Override<
{