//Imports import classic from "./classic/template.mjs" import terminal from "./terminal/template.mjs" //Exports export default { classic, terminal, }