Skip to content

Commit

Permalink
#4902 - fixed import build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-sloboda committed Jul 16, 2024
1 parent b7537bd commit 17b6392
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Vec2 } from 'domain/entities';
import { Vec2 } from 'ketcher-core';

export interface ClosestItem<T = Vec2> {
id: number;
Expand Down

0 comments on commit 17b6392

Please sign in to comment.