import Card from 'components/Card' import Text from 'components/Text' const Council = () => { return (
Council Placeholder
) } export default Council