/*
* evt.ts
* Copyright (C) 2023 veypi <i@veypi.com>
* 2023-10-08 02:21
* Distributed under terms of the MIT license.
*/
import mitt from "mitt";
const bus = mitt()
export default bus