Remove utility belt

This commit is contained in:
Steve Kinney
2024-09-30 10:37:34 -06:00
parent 3d6307fe59
commit 523c05d3f5
4 changed files with 0 additions and 55 deletions

9
types.d.ts vendored
View File

@@ -1,9 +0,0 @@
declare module '*.html' {
const value: string;
export default value;
}
declare module '*.html?raw' {
const value: string;
export default value;
}