mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
moved qrcode vendor library to its own directory inside vendor
This commit is contained in:
parent
4a18e6c377
commit
03983aaf5e
2 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
0
vendor/qrcode.js → vendor/qrcode/qrcode.js
vendored
0
vendor/qrcode.js → vendor/qrcode/qrcode.js
vendored
Loading…
Add table
Reference in a new issue