fix merge conflict
This commit is contained in:
commit
63fe883528
3 changed files with 903 additions and 851 deletions
|
@ -72,7 +72,7 @@ function About(props) {
|
||||||
</p>
|
</p>
|
||||||
<p className="about__content-column-list">
|
<p className="about__content-column-list">
|
||||||
<a
|
<a
|
||||||
href="https://forum.processing.org/two/"
|
href="https://discourse.processing.org/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import loopProtect from 'loop-protect';
|
import loopProtect from 'loop-protect';
|
||||||
import Hook from 'console-feed/lib/Hook/index';
|
import { Hook } from 'console-feed';
|
||||||
|
|
||||||
window.loopProtect = loopProtect;
|
window.loopProtect = loopProtect;
|
||||||
|
|
||||||
|
|
1750
package-lock.json
generated
1750
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue