We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62defe9 commit 3c6ef30Copy full SHA for 3c6ef30
2 files changed
refine-vite/plugins/antd/src/components/header/index.tsx
@@ -1,3 +1,4 @@
1
+import type { RefineThemedLayoutHeaderProps } from "@refinedev/antd";
2
import { useGetIdentity } from "@refinedev/core";
3
import {
4
Avatar,
refine-vite/plugins/mui/src/components/header/index.tsx
@@ -6,6 +6,7 @@ import IconButton from "@mui/material/IconButton";
6
import Stack from "@mui/material/Stack";
7
import Toolbar from "@mui/material/Toolbar";
8
import Typography from "@mui/material/Typography";
9
10
11
import { HamburgerMenu } from "@refinedev/mui";
12
import React, { useContext } from "react";
0 commit comments