remove line and peykan from sidebar and added to shape
This commit is contained in:
@@ -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 />,
|
||||
|
||||
Reference in New Issue
Block a user