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:
committed by
David Sevilla Martín
parent
a344319dde
commit
7756c78805
@@ -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';
|
||||
|
Reference in New Issue
Block a user