learning crud
This commit is contained in:
@@ -8,10 +8,6 @@ type Props = {
|
||||
}
|
||||
|
||||
const CreateLearningSidebar: FC<Props> = (props: Props) => {
|
||||
|
||||
// const { t } = useTranslation('global')
|
||||
const t = (key: string) => key; // Mock translation function
|
||||
|
||||
return (
|
||||
<div className='bg-white mt-10 w-sidebar text-xs hidden 2xl:block h-fit px-5 py-7 rounded-3xl'>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user