Update QueryTabComponent.tsx

This commit is contained in:
archie-agarwal 2025-06-26 00:07:40 +05:30 committed by GitHub
parent c7454d406e
commit 5ff3c9109c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,9 +55,6 @@ import { BrowseQueriesPane } from "../../Panes/BrowseQueriesPane/BrowseQueriesPa
import { SaveQueryPane } from "../../Panes/SaveQueryPane/SaveQueryPane";
import TabsBase from "../TabsBase";
import "./QueryTabComponent.less";
// import { useQueryMetadataStore } from "./useQueryMetadataStore"; // adjust path if needed
// QueryTabComponent.tsx
import create from "zustand";
export interface QueryMetadataStore {