Skip to content

Commit

Permalink
Merge pull request #429 from Lemoncode/feature/#383-refactor-model
Browse files Browse the repository at this point in the history
Refactor Canvas model
  • Loading branch information
brauliodiez authored Oct 11, 2024
2 parents 9f10ad5 + 73da375 commit a093270
Show file tree
Hide file tree
Showing 16 changed files with 607 additions and 612 deletions.
2 changes: 1 addition & 1 deletion src/core/providers/canvas/canvas.provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { Coord, OtherProps, ShapeModel, ShapeType, Size } from '@/core/model';
import { CanvasContext } from './canvas.context';
import { useSelection } from './use-selection.hook';
import { createShape } from '@/pods/canvas/canvas.model';
import { createShape } from '@/pods/canvas/model';
import { useHistoryManager } from '@/common/undo-redo';
import { useStateWithInterceptor } from './canvas.hook';
import { createDefaultDocumentModel, DocumentModel } from './canvas.model';
Expand Down
Loading

0 comments on commit a093270

Please sign in to comment.