remove unneeded import trol

This commit is contained in:
Manti 2022-11-21 23:26:16 +03:00
parent 40158ff05d
commit e40d2142f4

View file

@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import { classes, LazyComponent, lazyWebpack } from "../../../utils/misc";
import { classes, LazyComponent } from "../../../utils/misc";
import { filters, findBulk } from "../../../webpack";
import { Alerts, UserStore } from "../../../webpack/common";
import { Review } from "../entities/Review";