mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
test linter and build errors
This commit is contained in:
parent
b817df6933
commit
dc047d5b44
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
|
||||
"use strict";
|
||||
|
||||
let a = require("does_not_exist");
|
||||
|
||||
const Promise = require("bluebird");
|
||||
const React = require("react");
|
||||
const ReactDom = require("react-dom/client");
|
||||
|
|
Loading…
Reference in a new issue