Skip to content

Commit

Permalink
Reorganize the files
Browse files Browse the repository at this point in the history
  • Loading branch information
hjlarry committed Sep 13, 2024
1 parent 981fc3e commit bb99b32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import type {
import {
memo,
} from 'react'
import type { ChatItem } from '../types'
import type { Theme } from '../embedded-chatbot/theme/theme-context'
import { CssTransform } from '../embedded-chatbot/theme/utils'
import type { ChatItem } from '../../types'
import type { Theme } from '../../embedded-chatbot/theme/theme-context'
import { CssTransform } from '../../embedded-chatbot/theme/utils'
import Operation from './operation'
import { QuestionTriangle } from '@/app/components/base/icons/src/vender/solid/general'
import { User } from '@/app/components/base/icons/src/public/avatar'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { FC } from 'react'
import {
memo,
} from 'react'
import type { ChatItem } from './../types'
import type { ChatItem } from '../../types'
import cn from '@/utils/classnames'
import CopyBtn from '@/app/components/base/copy-btn'
import ResendBtn from '@/app/components/base/resend-btn'
Expand Down

0 comments on commit bb99b32

Please sign in to comment.