1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

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

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';