generated from nhcarrigan/template
feat: initial prototype of app
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @copyright nhcarrigan
|
||||
* @license Naomi's Public License
|
||||
* @author Naomi Carrigan
|
||||
*/
|
||||
|
||||
import type { Ascii } from "../interfaces/ascii.js";
|
||||
|
||||
export const cats: Array<Ascii> = [];
|
||||
Reference in New Issue
Block a user