feat: add drawer and add upload feat
This commit is contained in:
@@ -18,5 +18,5 @@ export const Main = () => {
|
||||
if (activeMenu === ActiveMenu.Statistic) {
|
||||
return <Statistic />;
|
||||
}
|
||||
return <div>{activeMenu}</div>;
|
||||
return <div className='h-full'>{activeMenu}</div>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user