UNPKG

wtf_wikipedia

Version:
11 lines (9 loc) 436 B
import hardcoded from './hardcoded.js' import easyInline from './easy-inline.js' import shorthand from './shorthand-link.js' import functions from './functions.js' import abbreviations from './abbreviations.js' import moreLangs from './languages.js' import flags from './flags.js' import table from './table-cell.js' export default Object.assign({}, hardcoded, easyInline, shorthand, functions, moreLangs, abbreviations, flags, table)