mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 20:29:29 +08:00
11 lines
245 B
Text
11 lines
245 B
Text
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
const presetWind = require('@unocss/preset-wind');
|
|
|
|
|
|
|
|
for (const k in presetWind) {
|
|
if (k !== 'default' && !exports.hasOwnProperty(k)) exports[k] = presetWind[k];
|
|
}
|