mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
moved qrcode vendor library to its own directory inside vendor
This commit is contained in:
parent
4a18e6c377
commit
03983aaf5e
|
|
@ -1,4 +1,4 @@
|
||||||
import QRCode from "../vendor/qrcode"
|
import QRCode from "../vendor/qrcode/qrcode"
|
||||||
import * as Logging from "@src/lib/logging"
|
import * as Logging from "@src/lib/logging"
|
||||||
import {browserBg, activeTab} from "./lib/webext"
|
import {browserBg, activeTab} from "./lib/webext"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue