Ver Fonte

unused import

reiji-h há 2 anos atrás
pai
commit
d5b2caeb46
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      apps/app/src/components/PageEditor/OptionsSelector.tsx

+ 1 - 1
apps/app/src/components/PageEditor/OptionsSelector.tsx

@@ -5,7 +5,7 @@ import React, {
 import { useTranslation } from 'next-i18next';
 import Image from 'next/image';
 import {
-  Dropdown, DropdownToggle, DropdownMenu, DropdownItem, Input, FormGroup,
+  Dropdown, DropdownToggle, DropdownMenu, Input, FormGroup,
 } from 'reactstrap';
 
 import { useIsIndentSizeForced } from '~/stores/context';