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
No known key found for this signature in database
GPG Key ID: D42ADB236521BF7A

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 {