Skip to content

Commit 0501c4a

Browse files
committed
chore: lint errors
1 parent 1bd1868 commit 0501c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import * as fastGlob from 'fast-glob';
21
import fs from 'node:fs/promises';
32
import { createRequire } from 'node:module';
43
import { basename, dirname, resolve } from 'node:path';
4+
import * as fastGlob from 'fast-glob';
55
import { mergeConfigs, presetIcons, presetWind4, transformerDirectives, type UserConfig } from 'unocss';
66

77
import { theme } from './theme.js';

0 commit comments

Comments
 (0)