Skip to content

Commit

Permalink
chore(sdk/mini-app): remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Oct 18, 2024
1 parent 4c9581f commit 467593f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/sdk/src/scopes/components/mini-app/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ import { computed, type Computed } from '@telegram-apps/signals';
import { $version, postEvent } from '@/scopes/globals.js';
import { ERR_ALREADY_CALLED } from '@/errors.js';
import { mount as tpMount } from '@/scopes/components/theme-params/methods.js';
import {
headerBackgroundColor as tpHeaderBackgroundColor,
} from '@/scopes/components/theme-params/signals.js';
import { subAndCall } from '@/utils/subAndCall.js';
import { withSupports } from '@/scopes/toolkit/withSupports.js';
import { withIsSupported } from '@/scopes/toolkit/withIsSupported.js';
Expand Down

0 comments on commit 467593f

Please sign in to comment.