chore: update dependencies

This commit is contained in:
2024-01-01 08:19:43 +07:00
parent 56fab1dda6
commit 499765c10a
18 changed files with 313 additions and 306 deletions

View File

@@ -1,6 +1,6 @@
import { type Opengraph } from "@lume/types";
import { useQuery } from "@tanstack/react-query";
import { invoke } from "@tauri-apps/api/primitives";
import { invoke } from "@tauri-apps/api/core";
export function useOpenGraph(url: string) {
const { status, data, error } = useQuery({