Skip to content

Commit

Permalink
fix(gatsby-cli): Fix import (#22388)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Mar 18, 2020
1 parent 6bc07b1 commit d65fb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-cli/src/reporter/loggers/ink/cli.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react"
import { Box, Static } from "ink"
import isTTY from "../../../util/is-tty"
import { isTTY } from "../../../util/is-tty"
import { trackBuildError } from "gatsby-telemetry"

import { Spinner } from "../ink/components/spinner"
Expand Down

0 comments on commit d65fb3c

Please sign in to comment.