mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 03:51:09 +10:00
refactor: merge to single file
This commit is contained in:
@ -16,9 +16,7 @@ import { useTranslation } from "react-i18next";
|
||||
const links = [{ link: APP_ROUTE.HOME, label: "Home" }];
|
||||
|
||||
export function AppHeader() {
|
||||
const { t } = useTranslation("translation", {
|
||||
keyPrefix: "layout",
|
||||
});
|
||||
const { t } = useTranslation();
|
||||
const [mobileOpened] = useAtom(mobileSidebarAtom);
|
||||
const toggleMobile = useToggleSidebar(mobileSidebarAtom);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user