Skip to content

Commit 9a7b3ee

Browse files
committed
chore: remove unused import
1 parent 0fc363e commit 9a7b3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useStateMachineInputs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { EventType, StateMachineInput, Rive } from '@rive-app/canvas';
2-
import { useCallback, useEffect, useState } from 'react';
2+
import { useEffect, useState } from 'react';
33

44
/**
55
* Custom hook for fetching multiple stateMachine inputs from a rive file.

0 commit comments

Comments
 (0)