2018-05-04 10:29:07 +00:00
|
|
|
/*
|
|
|
|
* Wazuh app - File for app requirements and set up
|
2019-01-14 16:36:47 +00:00
|
|
|
* Copyright (C) 2015-2019 Wazuh, Inc.
|
2018-05-04 10:29:07 +00:00
|
|
|
*
|
|
|
|
* 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.
|
|
|
|
*/
|
2018-06-25 10:06:42 +00:00
|
|
|
import './kibana-visualization';
|
|
|
|
import './kibana-filter-bar';
|
|
|
|
import './kibana-discover';
|
|
|
|
import './saved-visualizations';
|
|
|
|
import './kbn_top_nav/index';
|
2018-09-10 08:32:49 +00:00
|
|
|
import './kbn-global-timepicker/kbn_global_timepicker';
|