Fix import
This commit is contained in:
parent
c93341a91b
commit
b5df7cffc4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import GraphQLProvider from "../providers/GraphQLProvider";
|
||||||
import { ThemeSynchronizer } from "../lib/theme-synchronizer";
|
import { ThemeSynchronizer } from "../lib/theme-synchronizer";
|
||||||
import { NoSSRWrapper } from "../lib/no-ssr-wrapper";
|
import { NoSSRWrapper } from "../lib/no-ssr-wrapper";
|
||||||
import { trpcClient } from "../modules/trpc/trpc-client";
|
import { trpcClient } from "../modules/trpc/trpc-client";
|
||||||
import { Analytics } from "@vercel/analytics/dist/react";
|
import { Analytics } from "@vercel/analytics/react";
|
||||||
|
|
||||||
const themeOverrides: Partial<Theme> = {
|
const themeOverrides: Partial<Theme> = {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue