@@ -6,9 +6,10 @@ import {
|
||||
} from "relay-runtime";
|
||||
import type { PropsWithChildren } from "react";
|
||||
import { RelayEnvironmentProvider } from "react-relay";
|
||||
import { getPathPrefix } from "/utils/pathPrefix";
|
||||
import { makeFetchQuery } from "@probo/relay";
|
||||
|
||||
import { getPathPrefix } from "/utils/pathPrefix";
|
||||
|
||||
export class UnAuthenticatedError extends Error {
|
||||
constructor() {
|
||||
super("UNAUTHENTICATED");
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import type { PropsWithChildren } from "react";
|
||||
|
||||
import { TranslatorProvider as ProboTranslatorProvider } from "../../../../packages/i18n/TranslatorProvider";
|
||||
|
||||
// TODO : implement a way to retrieve translations strings
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { createContext, type ReactNode } from "react";
|
||||
|
||||
import type { TrustGraphCurrentQuery$data } from "/queries/__generated__/TrustGraphCurrentQuery.graphql";
|
||||
|
||||
export const TrustCenterContext = createContext<
|
||||
|
||||
Reference in New Issue
Block a user