Skip to content

Commit

Permalink
fix(server-context): import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Sep 19, 2023
1 parent 9674f34 commit aa76ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server-context/src/server-request.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {fetch} from '@alwatr/fetch';
import {ActionRecord, FiniteStateMachineBase, StateRecord} from '@alwatr/fsm2';
import {ActionRecord, FiniteStateMachineBase, StateRecord} from '@alwatr/fsm';

import type {FetchOptions} from '@alwatr/fetch/type.js';

Expand Down

0 comments on commit aa76ffe

Please sign in to comment.