diff --git a/apps/readest-app/src/app/library/components/OPDSDialog.tsx b/apps/readest-app/src/app/library/components/OPDSDialog.tsx index 3cdb72cc..cf5e31f4 100644 --- a/apps/readest-app/src/app/library/components/OPDSDialog.tsx +++ b/apps/readest-app/src/app/library/components/OPDSDialog.tsx @@ -1,6 +1,6 @@ import { clsx } from 'clsx'; import { useEnv } from '@/context/EnvContext'; -import { CatalogManager } from '@/app/opds/components/CatelogManager'; +import { CatalogManager } from '@/app/opds/components/CatalogManager'; import { useTranslation } from '@/hooks/useTranslation'; import Dialog from '@/components/Dialog'; diff --git a/apps/readest-app/src/app/opds/components/CatelogManager.tsx b/apps/readest-app/src/app/opds/components/CatalogManager.tsx similarity index 100% rename from apps/readest-app/src/app/opds/components/CatelogManager.tsx rename to apps/readest-app/src/app/opds/components/CatalogManager.tsx