Renamed fieldsArray file to FieldsArray

This commit is contained in:
Alexander Cerutti
2021-10-08 23:26:56 +02:00
parent 8a3a8f7473
commit 968d3a019c
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
import FieldsArray from "./fieldsArray"; import FieldsArray from "./FieldsArray";
import { default as Bundle, filesSymbol } from "./Bundle"; import { default as Bundle, filesSymbol } from "./Bundle";
import { getModelFolderContents } from "./parser"; import { getModelFolderContents } from "./parser";
import * as Schemas from "./schemas"; import * as Schemas from "./schemas";