1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 15:51:16 +02:00

Added missing import

This commit is contained in:
Peter Mein
2015-12-16 13:48:38 +01:00
parent 2e110b6ccb
commit b6464a719e

View File

@@ -2,6 +2,7 @@ import Component from 'flarum/Component';
import UserCard from 'flarum/components/UserCard';
import avatar from 'flarum/helpers/avatar';
import username from 'flarum/helpers/username';
import useronline from 'flarum/helpers/useronline';
import listItems from 'flarum/helpers/listItems';
/**