Add vendoring notice to the two vendored libs
This commit is contained in:
parent
c938303a07
commit
1bfd53e8ce
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
// Vendored from @charliewilco/gluejar on npm (not marked compatible with React 18)
|
||||||
|
|
||||||
import { useEffect, useCallback, useReducer } from "react";
|
import { useEffect, useCallback, useReducer } from "react";
|
||||||
|
|
||||||
/* <PasteContainer
|
/* <PasteContainer
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
// Vendored from qrcode-decoder on npm (was giving me Webpack issues)
|
||||||
|
|
||||||
import { Options } from 'jsqr';
|
import { Options } from 'jsqr';
|
||||||
import jsQR from 'jsqr';
|
import jsQR from 'jsqr';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue