refactor: fixed typo in module name (#3881)

This commit is contained in:
Huang Xin
2026-04-16 13:43:04 +08:00
committed by GitHub
parent e858f9b23f
commit 802212c423
2 changed files with 1 additions and 1 deletions
@@ -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';