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