import React from "react"; // ui import { Icon } from "components/ui"; // mobx store import { useMobxStore } from "lib/mobx/store-provider"; export const WorkspaceSidebarQuickAction = () => { const store: any = useMobxStore(); return (
); };