feat: initial prototype of app

This commit is contained in:
2025-07-19 15:51:14 -07:00
parent 9523adbc68
commit 3d301122b9
23 changed files with 1556 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
/**
* @copyright nhcarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
export interface Ascii {
text: string;
author: string;
}