mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 03:31:05 +08:00
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
import React from 'react';
|
|
import styles from './Indicator.css';
|
|
|
|
const Indicator = () => <span className={styles.indicator} />;
|
|
|
|
export default Indicator;
|