moved qrcode vendor library to its own directory inside vendor

This commit is contained in:
satyamk 2023-06-14 23:31:21 +05:30
parent 4a18e6c377
commit 03983aaf5e
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
import QRCode from "../vendor/qrcode"
import QRCode from "../vendor/qrcode/qrcode"
import * as Logging from "@src/lib/logging"
import {browserBg, activeTab} from "./lib/webext"