/**
* Internal dependencies
*/
import { Tasks } from './tasks';
export * from './placeholder';
export default Tasks;