const {simpleEvent} = require("./event") const UnknownEvent = simpleEvent(() => true, () => "Cannot render event") module.exports = [UnknownEvent]