refactor: point agent sdk imports at ts source
This commit is contained in:
@@ -10,7 +10,7 @@ import { c as _c } from "react/compiler-runtime";
|
||||
|
||||
import figures from 'figures';
|
||||
import * as React from 'react';
|
||||
import type { HookEvent } from 'src/entrypoints/agentSdkTypes.js';
|
||||
import type { HookEvent } from 'src/entrypoints/agentSdkTypes.ts';
|
||||
import type { HookEventMetadata } from 'src/utils/hooks/hooksConfigManager.js';
|
||||
import { Box, Link, Text } from '../../ink.js';
|
||||
import { plural } from '../../utils/stringUtils.js';
|
||||
|
||||
Reference in New Issue
Block a user