import getIntent from "../utilities/getIntent.js"
import createEventType from "./createEventType.js"

export {
    createEventType, getIntent
}

