@@ -1,5 +1,5 @@
|
||||
import { ComponentType, Suspense } from "react";
|
||||
import { RouteObject } from "react-router";
|
||||
import { type ComponentType, Suspense } from "react";
|
||||
import { type RouteObject } from "react-router";
|
||||
|
||||
export type AppRoute = Omit<RouteObject, "children"> & {
|
||||
children?: AppRoute[];
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { ComponentType } from "react";
|
||||
import { EnvironmentProviderOptions, PreloadedQuery } from "react-relay";
|
||||
import { LoaderFunction, LoaderFunctionArgs, useLoaderData } from "react-router";
|
||||
import { OperationType } from "relay-runtime";
|
||||
import { type ComponentType } from "react";
|
||||
import type { EnvironmentProviderOptions, PreloadedQuery } from "react-relay";
|
||||
import { type LoaderFunction, type LoaderFunctionArgs, useLoaderData } from "react-router";
|
||||
import { type OperationType } from "relay-runtime";
|
||||
import { useCleanup } from "@probo/hooks";
|
||||
|
||||
export function withQueryRef<
|
||||
|
||||
Reference in New Issue
Block a user