import html from 'choo/html'; export const loggedOutView = (homeController, emit) => { return [ html` Read Together `, html` Join the Community Recent Reviews Recent Updates `, html` Join Now! `, ]; }