Calendar Components 3rd Attempt at Merging
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
import styles from './CalendarGridCell.module.scss';
|
||||
|
||||
const CalendarCell: React.FC = () => {
|
||||
return (
|
||||
<div className={styles['calendar-cell']}>
|
||||
<div className={styles['hour-line']}></div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default CalendarCell;
|
||||
Reference in New Issue
Block a user