4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
// @flow
|
|
import Highlight from './Highlight';
|
|
export default Highlight;
|