Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliodiez committed Jul 30, 2024
1 parent 930f738 commit 4bc30f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/pods/canvas/shape-renderer/model.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { ShapeType } from '@/core/model';
import { ShapeRefs, ShapeType } from '@/core/model';
import Konva from 'konva';
import { ShapeRefs } from '../canvas.model';

export interface ShapeRendererProps {
handleSelected: (id: string, type: ShapeType) => void;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ProgressBarShape } from '@/common/components/front-components';
import { ShapeModel } from '../../canvas.model';
import { ShapeRendererProps } from '../model';
import { ShapeModel } from '@/core/model';

export const renderProgressbar = (
shape: ShapeModel,
Expand Down

0 comments on commit 4bc30f5

Please sign in to comment.