var smartNavbarComponent = { template: ` home Home contact_mail Contact image `, data: function() { return { drawer: false }; }, methods: {} }; export { smartNavbarComponent };