mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-01 19:09:27 +00:00
prevent loading old and new FhcAlert plugin resulting in two FhcAlert Apps and showing e.g. two delete confirm Dialogs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
console.warn('plugin/FhcApi.js is DEPRECATED! Use plugins/Api.js instead.');
|
||||
import FhcAlert from './FhcAlert.js';
|
||||
import FhcAlert from '../plugins/FhcAlert.js';
|
||||
import PluginsApi from '../plugins/Api.js';
|
||||
import FhcApiFactory from '../api/fhcapifactory.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user