Files
2026-04-27 10:13:31 +07:00

5 lines
90 B
JavaScript

var barComponent = {
template: `<div> text bar</div>`
};
export { barComponent };