add content

This commit is contained in:
Ethan Holz
2023-10-25 11:23:42 -05:00
parent 49f052621e
commit b9035f352a
11 changed files with 314 additions and 0 deletions

2
src/env.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />