1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-11 11:18:06 +00:00
Nuxt/lib/core/index.js
2017-07-30 16:50:58 +04:30

21 lines
260 B
JavaScript
Executable File

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