functional initial version

This commit is contained in:
2025-10-30 16:19:38 +00:00
parent 0bcba44b1d
commit 7893dce549
10 changed files with 155 additions and 12 deletions

6
dist/types.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
export type versionNotes = {
title: string;
date: Date;
link: string;
html: string;
};