chore: ui folder structure
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export { Panel, type PanelConfig } from './Panel'
|
||||
export type { AgentActivity, PanelAgentAdapter } from './types'
|
||||
export { Panel, type PanelConfig } from './panel/Panel'
|
||||
export type { AgentActivity, PanelAgentAdapter } from './panel/types'
|
||||
export { I18n, type SupportedLanguage, type TranslationKey } from './i18n'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { I18n, type SupportedLanguage } from '../i18n'
|
||||
import { truncate } from '../utils'
|
||||
import { createCard, createReflectionLines, formatTime } from './cards'
|
||||
import { I18n, type SupportedLanguage } from './i18n'
|
||||
import type { AgentActivity, PanelAgentAdapter } from './types'
|
||||
import { truncate } from './utils'
|
||||
|
||||
import styles from './Panel.module.css'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Card HTML generation utilities for Panel
|
||||
*/
|
||||
import { escapeHtml } from './utils'
|
||||
import { escapeHtml } from '../utils'
|
||||
|
||||
import styles from './Panel.module.css'
|
||||
|
||||
Reference in New Issue
Block a user