From 52cd1ece91f7af05a5d5a3a38ea6f1e0d5b127f0 Mon Sep 17 00:00:00 2001 From: Diivvuu Date: Thu, 17 Oct 2024 22:54:59 +0530 Subject: [PATCH] signature added --- src/app/workspace/[workspaceId]/toolbar.tsx | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/app/workspace/[workspaceId]/toolbar.tsx b/src/app/workspace/[workspaceId]/toolbar.tsx index 268ce08..99a794b 100644 --- a/src/app/workspace/[workspaceId]/toolbar.tsx +++ b/src/app/workspace/[workspaceId]/toolbar.tsx @@ -1,3 +1,4 @@ +import { Hint } from "@/components/hint"; import { Button } from "@/components/ui/button"; import { CommandDialog, @@ -74,9 +75,20 @@ const Toolbar = () => {
- + + +
);