add a todo comment in the loadRules export

This commit is contained in:
mgiota 2022-03-07 20:35:58 +01:00
parent e07fc5cafd
commit a63f4ffa49

View file

@ -45,6 +45,7 @@ export function plugin() {
export { Plugin };
export * from './plugin';
// TODO remove this import when we expose the Rules tables as a component
export { loadRules } from './application/lib/rule_api/rules';
export { loadRuleAggregations } from './application/lib/rule_api/aggregate';