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