feat: add TOS
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-26 10:58:00 +00:00
parent bfb2b072f9
commit 912bb21022
10 changed files with 322 additions and 12 deletions

4
custom.d.ts vendored Normal file
View File

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