From b475049269a2841526f12a11d67a3f96ca9ce3d3 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com> Date: Thu, 24 Mar 2022 21:26:34 -0400 Subject: [PATCH] Update framework/core/js/src/forum/components/LogInButtons.tsx Co-authored-by: David Wheatley --- framework/core/js/src/forum/components/LogInButtons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/js/src/forum/components/LogInButtons.tsx b/framework/core/js/src/forum/components/LogInButtons.tsx index 0689c8209..321b59c4b 100644 --- a/framework/core/js/src/forum/components/LogInButtons.tsx +++ b/framework/core/js/src/forum/components/LogInButtons.tsx @@ -1,4 +1,4 @@ -import Mithril from 'mithril'; +import type Mithril from 'mithril'; import Component from '../../common/Component'; import ItemList from '../../common/utils/ItemList';