mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 17:00:54 +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:
@@ -1,4 +1,4 @@
|
||||
import { auth } from "@homarr/auth";
|
||||
import { auth } from "@homarr/auth/next";
|
||||
import type { BoardPermissionsProps } from "@homarr/auth/shared";
|
||||
import { constructBoardPermissions } from "@homarr/auth/shared";
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import type { AvatarProps, MantineSize } from "@mantine/core";
|
||||
import { Avatar } from "@mantine/core";
|
||||
|
||||
import { auth } from "@homarr/auth";
|
||||
import { auth } from "@homarr/auth/next";
|
||||
|
||||
interface UserAvatarProps {
|
||||
size: MantineSize;
|
||||
|
||||
Reference in New Issue
Block a user