wazuh-kibana-app/public/kibana-integrations/index.js

18 lines
618 B
JavaScript
Raw Normal View History

2018-05-04 10:29:07 +00:00
/*
* 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 './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';