Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Nov 26, 2022
1 parent e6d81f3 commit a43e7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brushes/base_brush.class.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { fabric } from '../../HEADER';
import { Color } from '../color';
import type { Point } from '../point.class';
import { TEvent } from '../typedefs';
import { TEvent } from '../EventTypeDefs';
import type { Shadow } from '../shadow.class';
import { Canvas } from '../__types__';

Expand Down

0 comments on commit a43e7aa

Please sign in to comment.