Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
piloking committed Nov 3, 2024
1 parent 75f8eb4 commit 519da0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/linejs/client/entities/square-class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @experimental
* for square
*/
import * as LINETypes from "../../../types/line_types.ts";
import * as LINETypes from "@evex/linejs-types";
import type { Client } from "../index.ts";
import type { LooseType } from "./common.ts";
import { TypedEventEmitter } from "../libs/typed-event-emitter/index.ts";
Expand Down

0 comments on commit 519da0e

Please sign in to comment.