Skip to content

Commit

Permalink
Rename components folder
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-drozd-it committed Aug 28, 2024
1 parent 36c41ad commit b8ff6b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/drawing/DrawingColorsPalette.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import Row from './drawingpalettes/Row';
import Menu from './drawingpalettes/Menu';
import Row from './colorsMenus/Row';
import Menu from './colorsMenus/Menu';
import { RoomState } from '../../store/slices/roomSlice';

interface Props {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b8ff6b2

Please sign in to comment.