mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
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:
parent
4b4eecbd27
commit
f8beb305de
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue