add basic presentation

This commit is contained in:
Alexander Navarro 2023-08-20 12:36:37 -04:00
parent bb346995ea
commit a8a942f4d1
6 changed files with 85 additions and 10 deletions

2
src/env.d.ts vendored
View file

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