Add mariadb specific types (#425)

This commit is contained in:
1ilit
2025-04-28 03:09:59 +04:00
committed by GitHub
parent 1cc974ee1c
commit f46a6b2ee9
2 changed files with 36 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ import { isRtl } from "../i18n/utils/rtl";
import { useSearchParams } from "react-router-dom";
import { get } from "../api/gists";
export const IdContext = createContext({ gistId: "" });
export const IdContext = createContext({ gistId: "", setGistId: () => {} });
export default function WorkSpace() {
const [id, setId] = useState(0);