perf for size
This commit is contained in:
@@ -16,6 +16,11 @@ import { Map } from 'lucide-react';
|
||||
export const useQuickMenu = () => {
|
||||
const { t } = useTranslation();
|
||||
return [
|
||||
{
|
||||
title: t('Home'),
|
||||
icon: <HomeOutlined />,
|
||||
link: '/home',
|
||||
},
|
||||
{
|
||||
title: t('User App'),
|
||||
icon: <AppstoreOutlined />,
|
||||
|
Reference in New Issue
Block a user