mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-28 17:31:11 +01:00
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:
@@ -7,7 +7,7 @@ import "@mantine/core/styles.css";
|
||||
|
||||
import { ColorSchemeScript, createTheme, MantineProvider } from "@mantine/core";
|
||||
|
||||
import { auth } from "@homarr/auth";
|
||||
import { auth } from "@homarr/auth/next";
|
||||
import { ModalProvider } from "@homarr/modals";
|
||||
import { Notifications } from "@homarr/notifications";
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { fetchRequestHandler } from "@trpc/server/adapters/fetch";
|
||||
|
||||
import { appRouter, createTRPCContext } from "@homarr/api";
|
||||
import { auth } from "@homarr/auth";
|
||||
import { auth } from "@homarr/auth/next";
|
||||
import { logger } from "@homarr/log";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user