Skip to content

Commit 1215b26

Browse files
authored
Fix cli-spinners import (#13)
1 parent 539af90 commit 1215b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as React from 'react';
22
import {useState, useEffect} from 'react';
33
import type {FC} from 'react';
44
import {Text} from 'ink';
5-
import spinners from 'cli-spinners';
5+
import * as spinners from 'cli-spinners';
66
import type {SpinnerName} from 'cli-spinners';
77

88
interface Props {

0 commit comments

Comments
 (0)