remove line and peykan from sidebar and added to shape

This commit is contained in:
hamid zarghami
2026-06-13 16:26:52 +03:30
parent f9113ef9c8
commit 46f5389036
3 changed files with 53 additions and 18 deletions
@@ -7,8 +7,6 @@ import {
SelectInstruction,
RectangleInstruction,
TextInstruction,
LineInstruction,
ArrowInstruction,
StickerInstruction,
GridInstruction,
CustomShapeInstruction,
@@ -38,9 +36,9 @@ const ToolInstructions = ({ tool }: ToolInstructionsProps) => {
const simpleInstructions: Partial<Record<ToolType, React.ReactElement>> = {
select: <SelectInstruction />,
rectangle: <RectangleInstruction />,
line: <RectangleInstruction />,
arrow: <RectangleInstruction />,
text: <TextInstruction />,
line: <LineInstruction />,
arrow: <ArrowInstruction />,
sticker: <StickerInstruction />,
grid: <GridInstruction />,
"custom-shape": <CustomShapeInstruction />,