Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoli79 committed Jul 22, 2024
1 parent 4893daf commit 3fba5ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import meow from "meow";
import inquirer, { Answers } from "inquirer";
import { runTransformsOnChromeRecording } from "../transform.js";
import { expandedFiles } from "../utils.js";
import { InquirerAnswerTypes } from "../types";
import chalk from "chalk";

const cli = meow(
`
Expand Down

0 comments on commit 3fba5ee

Please sign in to comment.