5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
var barComponent = {
|
|
template: `<div> text bar</div>`
|
|
};
|
|
|
|
export { barComponent }; |