Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Aug 5, 2023
1 parent 061d338 commit 5363bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { parseFromURL } from "@iconfont-componentized/parser";
import { ComponentGenerator } from "@iconfont-componentized/share";
import ReactComponentGenerator from "@iconfont-componentized/gen-react";
import SVGComponentGenerator from "@iconfont-componentized/gen-svg";
import VueComponentGenerator from "@iconfont-componentized/gen-Vue";
import VueComponentGenerator from "@iconfont-componentized/gen-vue";
import WebComponentComponentGenerator from "@iconfont-componentized/gen-web-component";

const argv = yargs(hideBin(process.argv)).argv;
Expand Down

0 comments on commit 5363bac

Please sign in to comment.