Files
react/shells/dev/app/ToDoList/index.js
Brian Vaughn 5e0dfdac54 Initial commit
2019-01-22 11:04:37 -08:00

5 lines
58 B
JavaScript

// @flow
import List from './List';
export default List;