Skip to content

Commit 9d673cb

Browse files
authored
refactor: restructure directory layout (#1011)
* refactor: restructure directory layout * chore: update path
1 parent 7621387 commit 9d673cb

38 files changed

+44
-12
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

apps/web/src/components/AIPolish/index.ts renamed to apps/web/src/components/ai/tool-box/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Editor } from 'codemirror'
22
import type { ComponentPublicInstance } from 'vue'
3-
import AIPolishButton from './AIPolishButton.vue'
4-
import AIPolishPopover from './AIPolishPopover.vue'
3+
import AIPolishButton from './ToolBoxButton.vue'
4+
import AIPolishPopover from './ToolBoxPopover.vue'
55

66
/* ---------- 组件引用类型 ---------- */
77
interface BtnRef {
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)