Skip to content

Commit

Permalink
chore(doc): remove unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
manosbatsis committed May 11, 2024
1 parent 095528a commit b179252
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import routerProvider from "@refinedev/nextjs-router";

import { dataProvider } from "@providers/data-provider";
import { ColorModeContextProvider } from "@contexts/color-mode";
import { Header } from "@components/header";
import { authProvider } from "@providers/auth-provider";

export const metadata: Metadata = {
Expand All @@ -19,9 +18,7 @@ export const metadata: Metadata = {
icon: "/favicon.ico",
},
};
const CustomTitle = ({ collapsed }) => (
<div>{collapsed ? "User Admin" : "UA"}</div>
);

export default function RootLayout({
children,
}: Readonly<{
Expand Down

0 comments on commit b179252

Please sign in to comment.