mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-16 11:53:24 +00:00
cleanup file names
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { FormGroup, ValidatorFn, Validators, FormControl, AbstractControl, ValidationErrors } from "@angular/forms";
|
||||
import { SomeJSONSchema } from "ajv/dist/types/json-schema";
|
||||
import { ParamsFormInfo } from "../models/form.model";
|
||||
import { ParamsFormInfo } from "../models/form";
|
||||
|
||||
export function schemaToParamsFormInfo(schema: SomeJSONSchema): ParamsFormInfo {
|
||||
const paramsFormInfo: ParamsFormInfo = {
|
||||
|
||||
Reference in New Issue
Block a user