mirror of
https://github.com/vastxie/99AI.git
synced 2025-09-17 17:26:38 +08:00
6 lines
95 B
TypeScript
Executable File
6 lines
95 B
TypeScript
Executable File
import Unocss from 'unocss/vite'
|
|
|
|
export default function createUnocss() {
|
|
return Unocss()
|
|
}
|