This commit is contained in:
Chi Vinh Le
2018-01-18 20:28:12 +01:00
parent 544ef081dc
commit 72331699b5
12 changed files with 6 additions and 6 deletions
@@ -0,0 +1,6 @@
import React from 'react';
import styles from './Indicator.css';
const Indicator = () => <span className={styles.indicator} />;
export default Indicator;