refactor: Removed redundant import from App.tsx (#3040)

Given it's followed by qualified import - unqualified import looks redundant, unless I'm missing some tricky edge case.
This commit is contained in:
Ivan Kurnosov 2021-02-14 22:25:57 +13:00 committed by GitHub
parent 4b4eecbd27
commit f8beb305de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@ import { RoughCanvas } from "roughjs/bin/canvas";
import rough from "roughjs/bin/rough";
import clsx from "clsx";
import "../actions";
import {
actionAddToLibrary,
actionBringForward,