applying format

This commit is contained in:
Benjamin Lei
2023-08-30 17:58:37 -07:00
parent caae3009d5
commit f605edf354
10 changed files with 35 additions and 19 deletions

View File

@@ -28,6 +28,6 @@ export interface Name {
}
export interface CompanyImages {
id: number;
logos: Image[];
id: number;
logos: Image[];
}