Skip to content

Commit ddf1cc2

Browse files
committed
fix import for typecheck
1 parent e1fc419 commit ddf1cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/__tests__/dynamic-agent-template-schema.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { describe, expect, it } from 'bun:test'
2-
import { AgentTemplateTypes } from 'src/types/session-state'
32

43
import {
54
DynamicAgentConfigSchema,
65
DynamicAgentTemplateSchema,
76
} from '../types/dynamic-agent-template'
7+
import { AgentTemplateTypes } from '../types/session-state'
88
import {
99
formatParentInstructionsError,
1010
validateParentInstructions,

0 commit comments

Comments
 (0)