Skip to content

Commit

Permalink
fix(core): fix critical circular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
obenjiro committed Jan 17, 2025
1 parent 9cf4005 commit 8dc445c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/bundle/toolbar/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type {ActionStorage} from 'src/core';
import type {ToolbarListButtonData} from 'src/toolbar';

import type {ActionStorage} from '../../core';
import type {ToolbarListButtonData} from '../../toolbar';
import type {
ToolbarData,
ToolbarGroupData,
Expand Down
3 changes: 1 addition & 2 deletions src/extensions/additional/GPT/wGptItemData.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {cn} from '@bem-react/classname';

import {WToolbarSingleItemData} from 'src/bundle/toolbar/types';

import {WToolbarSingleItemData} from '../../../bundle/toolbar/types';
import {i18n} from '../../../i18n/gpt/extension';
import gptIcon from '../../../icons/GPT';
import {ToolbarDataType} from '../../../toolbar';
Expand Down

0 comments on commit 8dc445c

Please sign in to comment.