new theme done
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Gianmarco Pettinato
2022-04-18 15:36:18 +02:00
parent 1ff883e624
commit 1669eeff4d
95 changed files with 4612 additions and 12087 deletions

11
src/lib/model/logo.ts Normal file
View File

@@ -0,0 +1,11 @@
/* tslint:disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
export interface Logo {
img: string;
name: string;
}