Skip to content

Commit aee0ce0

Browse files
committed
fix lint on ResponseModalitySelector
1 parent 025c37e commit aee0ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/settings-dialog/ResponseModalitySelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useCallback, useEffect, useState } from "react";
1+
import { useCallback, useState } from "react";
22
import Select from "react-select";
33
import { useLiveAPIContext } from "../../contexts/LiveAPIContext";
44

0 commit comments

Comments
 (0)