Skip to content

Commit a5a3483

Browse files
committed
🐛 fix ref
1 parent 4e5dfad commit a5a3483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-configs/src/steps/dependencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { log } from 'node:console';
22

33
import { CodeStyleSetupOptions as SetupOptions } from '@code-style/code-style/config-types';
4-
import { Dependencies, exec } from 'utils.js';
4+
import { Dependencies, exec } from '../utils.js';
55

66
export async function uninstall_duplicate_dependencies({
77
runtime,

0 commit comments

Comments
 (0)