/** * Tribute.js * Native ES6 JavaScript @mention Plugin **/ import "./tribute.scss"; import Tribute from "./Tribute"; export default Tribute;