Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 87f79fc

Browse files
committed
fixed typo
1 parent 22a047e commit 87f79fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/core/src/logCodeManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { copy } from '@agile-ts/utils';
1+
import { copy } from './internal';
22

33
// The Log Code Manager keeps track
44
// and manages all important Logs of AgileTs.

packages/core/src/state/state.observer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
ObserverKey,
1616
defineConfig,
1717
} from '../internal';
18-
import type { EnhancedState } from '../internal';
1918

2019
export class StateObserver<ValueType = any> extends Observer {
2120
// State the Observer belongs to

0 commit comments

Comments
 (0)