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 6d6204f commit 66cae3aCopy full SHA for 66cae3a
packages/cli/src/modules/create.ts
@@ -17,7 +17,7 @@ import * as clp from '@clack/prompts';
17
import color from 'picocolors';
18
19
import { installDependencies } from "../utils/installDependencies";
20
-import { installSteinPlugin } from "../installers/steinPluginInstaller";
+import { installSteinPlugin } from "../installers/plugins";
21
import { updatePackageJSON } from "../utils/updatePackageJSON";
22
23
export const createModule = async (str: unknown, options: unknown): Promise<void> => {
0 commit comments