Initial commit.

This commit is contained in:
Joshua Bemenderfer
2021-12-28 21:52:58 -05:00
commit bac61fe227
85 changed files with 1317616 additions and 0 deletions

3
src/app.ts Normal file
View File

@@ -0,0 +1,3 @@
import { defineApp } from 'iles'
export default defineApp({})