Skip to content

Commit cfdf599

Browse files
committed
Update some more import paths
1 parent a870812 commit cfdf599

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/Component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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';
1+
import { resolveBaseURLPath } from '#src/components/resolveBaseURLPath';
2+
import { deriveCommonPatternBase } from '#src/components/deriveCommonPatternBase';
3+
import { deriveGlobOptions, type FastGlobOptions, type FilesOption } from '#src/components/deriveGlobOptions';
44
import micromatch from 'micromatch';
55

66
interface ComponentConfig {

0 commit comments

Comments
 (0)