Added TS types

This commit is contained in:
Lucid Kobold
2022-01-27 13:14:51 -06:00
parent 8371d12981
commit f0e8ea6712
3 changed files with 10 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ const description =
// "Behavior and progress tracker for ABDLs and babyfurs alike. Track multiple littles and create any trackers you would like.";
"Pre-alpha preview of the behavior and progress tracker for ABDLs and babyfurs.";
const logo = "images/logo.svg"
const logo = "images/logo.svg";
const logoOG = "/images/logo.png";
class Document extends NextDocument {