mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-08-02 23:39:45 +08:00
6 lines
111 B
Text
6 lines
111 B
Text
'use strict'
|
|
|
|
const u = require('universalify').fromCallback
|
|
module.exports = {
|
|
move: u(require('./move'))
|
|
}
|