wazuh-kibana-app/public/directives/index.js
Jesús Ángel González f0469556d8 Applying facade pattern
2018-05-04 12:29:07 +02:00

20 lines
937 B
JavaScript

/*
* Wazuh app - File for app requirements and set up
* Copyright (C) 2018 Wazuh, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* Find more information about this on the LICENSE file.
*/
import 'plugins/wazuh/directives/wz-dynamic/wz-dynamic';
import 'plugins/wazuh/directives/wz-enter/wz-enter';
import 'plugins/wazuh/directives/wz-menu/wz-menu';
import 'plugins/wazuh/directives/wz-menu/wz-menu.less';
import 'plugins/wazuh/directives/wz-search-bar/wz-search-bar';
import 'plugins/wazuh/directives/wz-table-header/wz-table-header';
import 'plugins/wazuh/directives/wz-table-header/wz-table-header.less';
import 'plugins/wazuh/directives/wz-table/wz-table';
import 'plugins/wazuh/directives/wz-table/wz-table.less';