mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 21:39:31 +08:00
4 lines
152 B
Text
4 lines
152 B
Text
import { cloneDeep } from '../util/cloneDeep'
|
|
import defaultConfig from '../../stubs/defaultConfig.stub'
|
|
|
|
export default cloneDeep(defaultConfig.theme)
|