mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 18:28:55 +00:00
20 lines
937 B
JavaScript
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'; |