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

7
iles.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'iles'
export default defineConfig({
modules: [
'@islands/icons'
]
})