/** @format */ /** * External dependencies */ import { __, _n } from '@wordpress/i18n'; import { Component } from '@wordpress/element'; import { noop } from 'lodash'; /** * Internal dependencies */ import AgendaHeader from './header'; import AgendaItem from './item'; import Card from 'components/card'; import { getAdminLink } from 'lib/nav-utils'; import './style.scss'; // TODO Hook up to API Data once agenda API is available class Agenda extends Component { render() { return ( Order #99 Order #101 ); } } export default Agenda;