Fix types

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Jonathan
2025-06-17 17:37:39 +02:00
committed by Bryan Frimin
parent 493d29cfd5
commit eaf54f9836
6 changed files with 11 additions and 19 deletions

View File

@@ -1,14 +1,8 @@
import { graphql } from "relay-runtime";
import {
useMutation,
usePreloadedQuery,
type PreloadedQuery,
} from "react-relay";
import { useMutation } from "react-relay";
import { useConfirm } from "@probo/ui";
import { useTranslate } from "@probo/i18n";
import { promisifyMutation, sprintf } from "@probo/helpers";
import { useMemo } from "react";
import type { AssetGraphListQuery } from "./__generated__/AssetGraphListQuery.graphql";
export const assetsQuery = graphql`
query AssetGraphListQuery($organizationId: ID!) {

View File

@@ -5,7 +5,6 @@ import {
useMutation,
usePaginationFragment,
usePreloadedQuery,
useRefetchableFragment,
type PreloadedQuery,
} from "react-relay";
import { useMemo } from "react";