aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/app.d.ts
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2023-09-13 16:04:12 -0500
committerMatt Strapp <matt@mattstrapp.net>2023-09-14 13:26:23 -0500
commit319a10b9a106e768ea2d3fb6d7134817911208ce (patch)
treed4d71c83665ff583071f387309980b6cdb893d88 /app/src/app.d.ts
parentInitial commit (diff)
downloadtrinkets-319a10b9a106e768ea2d3fb6d7134817911208ce.tar
trinkets-319a10b9a106e768ea2d3fb6d7134817911208ce.tar.gz
trinkets-319a10b9a106e768ea2d3fb6d7134817911208ce.tar.bz2
trinkets-319a10b9a106e768ea2d3fb6d7134817911208ce.tar.lz
trinkets-319a10b9a106e768ea2d3fb6d7134817911208ce.tar.xz
trinkets-319a10b9a106e768ea2d3fb6d7134817911208ce.tar.zst
trinkets-319a10b9a106e768ea2d3fb6d7134817911208ce.zip
Add basic PWA support
TODO: draw the rest of the owl
Diffstat (limited to '')
-rw-r--r--app/src/app.d.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/app.d.ts b/app/src/app.d.ts
index 8f4d638..3e4ed20 100644
--- a/app/src/app.d.ts
+++ b/app/src/app.d.ts
@@ -2,8 +2,8 @@
// for information about these interfaces
// and what to do when importing types
declare namespace App {
- // interface Locals {}
- // interface PageData {}
- // interface Error {}
- // interface Platform {}
+ // interface Locals {}
+ // interface PageData {}
+ // interface Error {}
+ // interface Platform {}
}