mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
21 lines
260 B
JavaScript
Executable File
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
|
|
}
|