mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
5 lines
122 B
TypeScript
5 lines
122 B
TypeScript
import styles from './timer.module.css';
|
|
|
|
export function Timer() {
|
|
return <div className={styles.timer}>25:00</div>;
|
|
}
|