Update framework/core/js/src/forum/components/LogInButtons.tsx

Co-authored-by: David Wheatley <hi@davwheat.dev>
This commit is contained in:
Alexander Skvortsov 2022-03-24 21:26:34 -04:00 committed by GitHub
parent 392b90710c
commit b475049269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import Mithril from 'mithril';
import type Mithril from 'mithril';
import Component from '../../common/Component';
import ItemList from '../../common/utils/ItemList';