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