We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6a545 commit 3634817Copy full SHA for 3634817
src/context/machines.context.tsx
@@ -3,7 +3,6 @@ import { InterpreterFrom } from 'xstate';
3
import { userMachine, notesMachine } from '../machines';
4
import { useInterpret } from '@xstate/react';
5
import { xstateLogger } from 'xstate-logger';
6
-import { any } from 'zod';
7
8
export const MachinesContext = createContext(
9
{} as {
0 commit comments