chore: formatting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-26 11:54:32 +00:00
parent 7af41a1480
commit 13353251ed
16 changed files with 415 additions and 302 deletions

6
custom.d.ts vendored
View File

@ -1,4 +1,4 @@
declare module "*.md" {
const value: string;
export default value;
}
const value: string;
export default value;
}