cleanup file names

This commit is contained in:
Joel Wetzell
2026-04-04 08:33:25 -05:00
committed by Joel Wetzell
parent 98f1549237
commit 2b2f798f00
36 changed files with 65 additions and 65 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { SomeJSONSchema } from 'ajv/dist/types/json-schema';
import { ParamsFormInfo } from '../models/form.model';
import { ParamsFormInfo } from '../models/form';
import { FormGroup, FormControl } from '@angular/forms';
import { schemaToParamsFormInfo } from './params';