Skip to content

Commit 80ca5c1

Browse files
committed
Update import path for patterns in ScanResults component
1 parent 3ba1b1f commit 80ca5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ScanResults.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ScanResults.jsx
22

33
import React, { useState } from 'react';
4-
import { patternCategories, recommendations } from './patterns';
4+
import { patterns, patternCategories, recommendations } from './lib/patterns';
55

66
// Severity sort order
77
const severityOrder = { CRITICAL: 0, HIGH: 1, MEDIUM: 2, LOW: 3 };

0 commit comments

Comments
 (0)