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

Update framework/core/js/src/common/components/AlertManager.tsx

Co-authored-by: David Wheatley <hi@davwheat.dev>
This commit is contained in:
Alexander Skvortsov
2022-03-24 21:26:25 -04:00
committed by GitHub
parent b9ed71700a
commit 5b43e3cfd7

View File

@@ -1,4 +1,4 @@
import Mithril from 'mithril';
import type Mithril from 'mithril';
import Component, { ComponentAttrs } from '../Component';
import type AlertManagerState from '../states/AlertManagerState';