Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
b9a0133a1dceae3aa7a8b6ed36ccbaf5a92d5af9
/
.
/
src
/
eventBus.js
blob: 68c120f4946273df747f25447d41b134b54c14e4 [
file
] [
log
] [
blame
]
import
{
createApp
}
from
'vue'
;
const
eventBus
=
createApp
();
export
default
eventBus
;