Skip to content

Commit

Permalink
Update the template
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Jun 20, 2024
1 parent 72aef2a commit 78a62eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mockEnv.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { mockTelegramEnv, parseInitData, retrieveLaunchParams } from '@tma.js/sdk';
import { mockTelegramEnv, parseInitData, retrieveLaunchParams } from '@tma.js/sdk-react';

// It is important, to mock the environment only for development purposes. When building the
// application, import.meta.env.DEV will become false, and the code inside will be tree-shaken,
Expand Down

0 comments on commit 78a62eb

Please sign in to comment.