lots of random cleanup & organization

This commit is contained in:
2021-07-20 15:22:57 -04:00
parent 71892d3e17
commit e4d3e074fd
27 changed files with 425 additions and 419 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ export type PageStats = {
slug: string;
hits: number;
title?: string;
url?: string;
date?: string;
url?: URL;
date?: Date;
};
export type OverallStats = {