Sfoglia il codice sorgente

remove unnecessary parts

WNomunomu 1 anno fa
parent
commit
abc1b02923

+ 0 - 1
apps/app/src/client/components/PageComment/CommentEditor.tsx

@@ -33,7 +33,6 @@ import loggerFactory from '~/utils/logger';
 
 import { NotAvailableForGuest } from '../NotAvailableForGuest';
 import { NotAvailableIfReadOnlyUserNotAllowedToComment } from '../NotAvailableForReadOnlyUser';
-// import { NotAvailableIfReadOnlyUserNotAllowedToComment } from '../NotAvailableIfReadOnlyUserNotAllowedToComment';
 
 import { CommentPreview } from './CommentPreview';
 import { SwitchingButtonGroup } from './SwitchingButtonGroup';