import { Hype } from 'hype' import { initApps } from './apps' const app = new Hype() console.log('🐾 Toes!') initApps() export default app.defaults