UNPKG

kitchen-simulator

Version:

It is a kitchen simulator (self-contained micro-frontend).

7 lines 195 B
import WallFactory from "./wall-factory"; import AreaFactory from "./area-factory"; export { WallFactory, AreaFactory }; export default { WallFactory: WallFactory, AreaFactory: AreaFactory };