1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 06:57:54 +02:00

Explicitly import app in SettingDropdown

This commit is contained in:
Alexander Skvortsov
2020-04-29 18:20:30 -04:00
committed by David Sevilla Martín
parent a344319dde
commit 7756c78805

View File

@@ -1,3 +1,5 @@
import app from '../app';
import SelectDropdown from '../../common/components/SelectDropdown';
import Button from '../../common/components/Button';
import saveSettings from '../utils/saveSettings';