Skip to content

Commit

Permalink
Merge branch 'main' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Oct 24, 2023
2 parents f29105b + 8fc6af7 commit f1e57ba
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 f1e57ba

Please sign in to comment.