import html from 'choo/html'; export const shelfView = (homeController, emit) => { const { __ } = homeController.i18n; return [ html`

To Do

`, ]; }