Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenjohanson committed Sep 13, 2024
1 parent 5c85489 commit 20b68f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
"resolutions": {
"@types/react": "18.2.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/excalidraw/tests/scene/export.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from "../fixtures/elementFixture";
import { API } from "../helpers/api";
import { exportToCanvas, exportToSvg } from "../../../utils";
import { FONT_FAMILY, FRAME_STYLE } from "../../constants";
import { FRAME_STYLE } from "../../constants";
import { prepareElementsForExport } from "../../data";

describe("exportToSvg", () => {
Expand Down

0 comments on commit 20b68f3

Please sign in to comment.