Skip to content

Commit

Permalink
chore(cli): fix cli imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Oct 24, 2023
1 parent 36520ab commit 8fc6af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pc from 'picocolors'
import boxen from 'boxen'
import inquirer from 'inquirer'
import emoji from 'node-emoji'
import * as emoji from 'node-emoji'
import { kebabCase, pascalCase, kongponentSrcPath, createComponentFiles } from './utils'
import fs from 'fs'

Expand Down

0 comments on commit 8fc6af7

Please sign in to comment.