We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a870812 commit cfdf599Copy full SHA for cfdf599
components/Component.ts
@@ -1,6 +1,6 @@
1
-import { resolveBaseURLPath } from './resolveBaseURLPath.ts';
2
-import { deriveCommonPatternBase } from './deriveCommonPatternBase.ts';
3
-import { deriveGlobOptions, type FastGlobOptions, type FilesOption } from './deriveGlobOptions.ts';
+import { resolveBaseURLPath } from '#src/components/resolveBaseURLPath';
+import { deriveCommonPatternBase } from '#src/components/deriveCommonPatternBase';
+import { deriveGlobOptions, type FastGlobOptions, type FilesOption } from '#src/components/deriveGlobOptions';
4
import micromatch from 'micromatch';
5
6
interface ComponentConfig {
0 commit comments