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