mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-21 22:08:59 +00:00
Fix the path of bfl.js
This commit is contained in:
parent
6415a4fb80
commit
da8fba87d4
@ -12,7 +12,7 @@ import queryAtom from "../../recoil/query";
|
||||
import useKeyPress from "../../hooks/useKeyPress"
|
||||
import shortcutsKeyboard from "../../configs/shortcutsKeyboard"
|
||||
import TrafficViewerApiAtom from "../../recoil/TrafficViewerApi/atom";
|
||||
import bfl from '../helpers/bfl.js'
|
||||
import bfl from '../../helpers/bfl.js'
|
||||
|
||||
|
||||
interface FiltersProps {
|
||||
|
Loading…
Reference in New Issue
Block a user