From 5b43e3cfd7b5d8a309f86803f7cfbc74789571ca Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com> Date: Thu, 24 Mar 2022 21:26:25 -0400 Subject: [PATCH] Update framework/core/js/src/common/components/AlertManager.tsx Co-authored-by: David Wheatley --- framework/core/js/src/common/components/AlertManager.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/js/src/common/components/AlertManager.tsx b/framework/core/js/src/common/components/AlertManager.tsx index 4e094bf13..1d1fe76a2 100644 --- a/framework/core/js/src/common/components/AlertManager.tsx +++ b/framework/core/js/src/common/components/AlertManager.tsx @@ -1,4 +1,4 @@ -import Mithril from 'mithril'; +import type Mithril from 'mithril'; import Component, { ComponentAttrs } from '../Component'; import type AlertManagerState from '../states/AlertManagerState';