Skip to content

Commit

Permalink
Fix cli-spinners import (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dankrajnak authored Oct 5, 2021
1 parent 539af90 commit 1215b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from 'react';
import {useState, useEffect} from 'react';
import type {FC} from 'react';
import {Text} from 'ink';
import spinners from 'cli-spinners';
import * as spinners from 'cli-spinners';
import type {SpinnerName} from 'cli-spinners';

interface Props {
Expand Down

0 comments on commit 1215b26

Please sign in to comment.