Skip to content

Commit

Permalink
fix(settings-button): fix incorrect imports
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Mar 13, 2024
1 parent 26a1c84 commit c4c3b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/src/components/settings-button/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { MiniAppsEventListener } from '../bridge/index.js';
import type { StateEvents } from '../state/index.js';
import type { MiniAppsEventListener } from '../../bridge/events/events.js';
import type { StateEvents } from '../../state/types.js';

export interface SettingsButtonState {
isVisible: boolean;
Expand Down

0 comments on commit c4c3b45

Please sign in to comment.