This commit is contained in:
Rutra
2026-05-13 11:50:22 +02:00
commit 2068229f89
128 changed files with 9215 additions and 0 deletions

4
app/models/brand_font.js Normal file
View File

@@ -0,0 +1,4 @@
import { BrandFontSchema } from '#database/schema';
export default class BrandFont extends BrandFontSchema {
}
//# sourceMappingURL=brand_font.js.map