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

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

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

View File

@@ -6,7 +6,7 @@ import Group from '../models/Group';
import extractText from '../utils/extractText';
import ItemList from '../utils/ItemList';
import Stream from '../utils/Stream';
import Mithril from 'mithril';
import type Mithril from 'mithril';
import type User from '../models/User';
import type { SaveAttributes, SaveRelationships } from '../Model';