Skip to content

Commit

Permalink
Remove unnecessary 'import'
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-rr committed May 22, 2024
1 parent b2a6976 commit 3b8ebdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/new/glee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { prompt } from 'inquirer';
// @ts-ignore
import Generator from '@asyncapi/generator';
import { cyan, gray } from 'picocolors';
import template from 'lodash.template';

export const successMessage = (projectName: string) =>
`🎉 Your Glee project has been successfully created!
Expand Down

0 comments on commit 3b8ebdb

Please sign in to comment.