Co-authored-by: Neko Ayaka <neko@ayaka.moe> Co-authored-by: Makito <5277268+sumimakito@users.noreply.github.com>
9 lines
187 B
TypeScript
9 lines
187 B
TypeScript
import { mergeConfigs } from 'unocss'
|
|
|
|
import { histoireUnoConfig, sharedUnoConfig } from '../../uno.config'
|
|
|
|
export default mergeConfigs([
|
|
sharedUnoConfig(),
|
|
histoireUnoConfig(),
|
|
])
|