Skip to content

Commit

Permalink
rename blocks for slots
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloose committed Dec 6, 2024
1 parent 006f441 commit a9beb8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/pages/Editor/components/GalleryCanvas2D.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { Image, Layer, Rect, Stage } from 'react-konva';
import { setCursor } from '@/utils';
import { SLOTS_SCALE, ZOOM_FACTOR } from '@/constants';
import { useEditorStore } from '@/stores/useEditorStore';
import { PictureSlot } from '@/pages/Editor/components/blocks/PictureSlot';
import { Model3DSlot } from '@/pages/Editor/components/blocks/Model3DBlock';
import { PictureSlot } from '@/pages/Editor/components/slots/PictureSlot';
import { Model3DSlot } from '@/pages/Editor/components/slots/Model3DBlock';
import { getInitialScale, getInitialXY, saveScaleToLocalStorage, saveXYToLocalStorage } from '../utils';
import { useApi } from '@/hooks/useApi';
import { SlotVertices, StillerGallery } from '@/types';
Expand Down

0 comments on commit a9beb8b

Please sign in to comment.