fix: cache is not exportet from react (#417)

* fix: cache is not exportet from react

* fix: format issue

* fix: type issue
This commit is contained in:
Meier Lukas
2024-05-01 21:17:28 +02:00
committed by GitHub
parent 48c2473ab3
commit fba767bde3
8 changed files with 17 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ import { cache } from "react";
import { headers } from "next/headers";
import { createCaller, createTRPCContext } from "@homarr/api";
import { auth } from "@homarr/auth";
import { auth } from "@homarr/auth/next";
/**
* This wraps the `createTRPCContext` helper and provides the required context for the tRPC API when