diff --git a/web/explorer/src/components/NavBar.vue b/web/explorer/src/components/NavBar.vue index ac63764c..9a466aac 100644 --- a/web/explorer/src/components/NavBar.vue +++ b/web/explorer/src/components/NavBar.vue @@ -1,31 +1,30 @@ diff --git a/web/explorer/src/components/RuleMatchesTable.vue b/web/explorer/src/components/RuleMatchesTable.vue index 0c8e8ad6..1b496b81 100644 --- a/web/explorer/src/components/RuleMatchesTable.vue +++ b/web/explorer/src/components/RuleMatchesTable.vue @@ -181,7 +181,7 @@ import RuleColumn from "@/components/columns/RuleColumn.vue"; import VTIcon from "@/components/misc/VTIcon.vue"; import { parseRules } from "@/utils/rdocParser"; -import { createMBCHref, createATTACKHref, createCapaRulesUrl, createVirusTotalUrl } from "../utils/urlHelpers"; +import { createMBCHref, createATTACKHref, createCapaRulesUrl, createVirusTotalUrl } from "@/utils/urlHelpers"; const props = defineProps({ data: { diff --git a/web/explorer/src/components/columns/RuleColumn.vue b/web/explorer/src/components/columns/RuleColumn.vue index d70eb73e..d7f4ace1 100644 --- a/web/explorer/src/components/columns/RuleColumn.vue +++ b/web/explorer/src/components/columns/RuleColumn.vue @@ -56,7 +56,7 @@