Nuxt/lib/core/index.js
Pooya Parsa f23a6d34a4 [internal] use es6 exports
prevent rollup warning
2017-08-10 14:08:31 +04:30

13 lines
191 B
JavaScript
Executable File

import { Options, Utils } from 'common'
import Module from './module'
import Nuxt from './nuxt'
import Renderer from './renderer'
export {
Nuxt,
Module,
Renderer,
Options,
Utils
}