base admin
This commit is contained in:
@@ -2,6 +2,7 @@ import { type ToolType } from "@/pages/editor/store/editorStore";
|
||||
import {
|
||||
ImageGallery,
|
||||
VideoInput,
|
||||
AudioInput,
|
||||
LinkInput,
|
||||
SelectInstruction,
|
||||
RectangleInstruction,
|
||||
@@ -25,6 +26,10 @@ const ToolInstructions = ({ tool }: ToolInstructionsProps) => {
|
||||
return <VideoInput />;
|
||||
}
|
||||
|
||||
if (tool === "audio") {
|
||||
return <AudioInput />;
|
||||
}
|
||||
|
||||
if (tool === "link") {
|
||||
return <LinkInput />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user