blob: 68c120f4946273df747f25447d41b134b54c14e4 [file] [log] [blame]
Ed Tanous7d6b44c2024-03-23 14:56:34 -07001import { createApp } from 'vue';
Konstantinfb6c6de2023-06-14 17:23:14 +03002
Ed Tanous7d6b44c2024-03-23 14:56:34 -07003const eventBus = createApp();
Konstantinfb6c6de2023-06-14 17:23:14 +03004
5export default eventBus;