diff --git a/app/components/InputSelectRole.tsx b/app/components/InputSelectRole.tsx deleted file mode 100644 index 10d526a81..000000000 --- a/app/components/InputSelectRole.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import * as React from "react"; -import { useTranslation } from "react-i18next"; -import { $Diff } from "utility-types"; -import InputSelect, { Props, Option } from "~/components/InputSelect"; - -const InputSelectRole = ( - props: $Diff< - Props, - { - options: Array