mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-23 23:08:35 +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 useKeyPress from "../../hooks/useKeyPress"
|
||||||
import shortcutsKeyboard from "../../configs/shortcutsKeyboard"
|
import shortcutsKeyboard from "../../configs/shortcutsKeyboard"
|
||||||
import TrafficViewerApiAtom from "../../recoil/TrafficViewerApi/atom";
|
import TrafficViewerApiAtom from "../../recoil/TrafficViewerApi/atom";
|
||||||
import bfl from '../helpers/bfl.js'
|
import bfl from '../../helpers/bfl.js'
|
||||||
|
|
||||||
|
|
||||||
interface FiltersProps {
|
interface FiltersProps {
|
||||||
|
Loading…
Reference in New Issue
Block a user