Sfoglia il codice sorgente

refactor: remove unnecessary comment from PageSelectionMethodButtons import

Shun Miyazawa 8 mesi fa
parent
commit
f156a8f0e6

+ 1 - 1
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantManagementModal/AiAssistantManagementEditPages.tsx

@@ -9,7 +9,7 @@ import { useLimitLearnablePageCountPerAssistant } from '~/stores-universal/conte
 import type { SelectedPage } from '../../../../interfaces/selected-page';
 import type { SelectedPage } from '../../../../interfaces/selected-page';
 
 
 import { AiAssistantManagementHeader } from './AiAssistantManagementHeader';
 import { AiAssistantManagementHeader } from './AiAssistantManagementHeader';
-import { PageSelectionMethodButtons } from './PageSelectionMethodButtons'; // Importing for side effects, if needed
+import { PageSelectionMethodButtons } from './PageSelectionMethodButtons';
 import { SelectablePagePageList } from './SelectablePagePageList';
 import { SelectablePagePageList } from './SelectablePagePageList';
 
 
 type Props = {
 type Props = {