Skip to content

Commit

Permalink
fix improper import
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpn committed Jun 3, 2023
1 parent 4b22ecb commit 2fdbcf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import moment from 'moment';
import { rootRequest } from '../common';
import { DETECTION_ENGINE_RULES_URL } from '../../../common/constants';
import type { RuleCreateProps, RuleResponse } from '../../../common/detection_engine/rule_schema';
import { internalAlertingSnoozeRule } from '../../urls/navigation';
import { internalAlertingSnoozeRule } from '../../urls/routes';

export const createRule = (
rule: RuleCreateProps
Expand Down

0 comments on commit 2fdbcf2

Please sign in to comment.