Import vfsSelectUI

This commit is contained in:
Hadi Nategh 2021-07-02 11:44:11 +02:00
parent 463d931209
commit 1971fa0e18

View File

@ -26,6 +26,7 @@ import {egwIsMobile} from "../egw_action/egw_action_common.js";
//import './et2-button';
/* Include all widget classes here, we only care about them registering, not importing anything*/
import './et2_widget_vfs'; // Vfs must be first (before et2_widget_file) due to import cycle
import './vfsSelectUI';
import './et2_widget_template';
import './et2_widget_grid';
import './et2_widget_box';