Use import type in some places

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2022-06-09 21:08:51 +02:00
parent 95e037f8c0
commit 2786fa257b
43 changed files with 46 additions and 52 deletions

View File

@@ -169,7 +169,6 @@ const PollForm = (props: IPollForm) => {
const handleToggleMultiple = () => onChangeSettings(expiresIn, !isMultiple);
if (!options) {
return null;
}