CalendarGridCell
This commit is contained in:
@@ -3,8 +3,8 @@ import styles from './CalendarGridCell.module.scss';
|
|||||||
|
|
||||||
const CalendarCell: React.FC = (props) => {
|
const CalendarCell: React.FC = (props) => {
|
||||||
return (
|
return (
|
||||||
<div className={styles['calendar-cell']}>
|
<div className={styles.calendarCell}>
|
||||||
<div className={styles['hour-line']}></div>
|
<div className={styles.hourLine}></div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user