learning crud

This commit is contained in:
hamid zarghami
2026-02-22 14:34:22 +03:30
parent 5208e9e51a
commit 69a8bbc779
7 changed files with 60 additions and 293 deletions
@@ -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'>