mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
de7ed24b36
Co-Authored-By: Kevin Marrec <kevin@marrec.io> [release]
10 lines
134 B
JavaScript
10 lines
134 B
JavaScript
import common from './common'
|
|
import server from './server'
|
|
import locking from './locking'
|
|
|
|
export {
|
|
common,
|
|
server,
|
|
locking
|
|
}
|