Fix the path of bfl.js

This commit is contained in:
M. Mert Yildiran
2022-07-28 02:37:36 +03:00
parent 6415a4fb80
commit da8fba87d4

View File

@@ -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 {