Skip to content

Commit 3634817

Browse files
committed
chore: removes unused import
1 parent 2c6a545 commit 3634817

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/context/machines.context.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { InterpreterFrom } from 'xstate';
33
import { userMachine, notesMachine } from '../machines';
44
import { useInterpret } from '@xstate/react';
55
import { xstateLogger } from 'xstate-logger';
6-
import { any } from 'zod';
76

87
export const MachinesContext = createContext(
98
{} as {

0 commit comments

Comments
 (0)