Deleted factory.ts file

This commit is contained in:
Alexander Cerutti
2021-09-27 23:48:25 +02:00
parent ac1c994b75
commit e8a40c4554
3 changed files with 0 additions and 270 deletions

View File

@@ -1,7 +1,6 @@
export type { Pass } from "./pass";
export type { AbstractModel } from "./abstract";
export { createPass } from "./factory";
export { createAbstractModel } from "./abstract";
export { default as Bundle } from "./Bundle";