mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 23:09:30 +08:00
4 lines
146 B
Text
4 lines
146 B
Text
import { cloneDeep } from '../util/cloneDeep'
|
|
import defaultConfig from '../../stubs/defaultConfig.stub'
|
|
|
|
export default cloneDeep(defaultConfig)
|