jam411 hace 3 años
padre
commit
7a85c7cb7a
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      packages/app/src/components/PageComment/CommentControl.tsx

+ 0 - 2
packages/app/src/components/PageComment/CommentControl.tsx

@@ -1,7 +1,5 @@
 import React from 'react';
 
-import styles from './CommentControl.module.scss';
-
 type CommentControlProps = {
   onClickEditBtn: () => void,
   onClickDeleteBtn: () => void,