Skip to content

Commit

Permalink
Update navigation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk authored Mar 1, 2024
1 parent 3ddbdf2 commit ead2a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/packages/tma-js-sdk/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,11 @@ navigator.canGoForward; // true
Here is the example how developer could instantiate the stable instance of `HashNavigator`.

```typescript
import {
import {
retrieveLaunchData,
HashNavigator,
type HashNavigatorOptions,
} from '@tma.js/sdk';
import { retrieveLaunchData } from '@tma.js/launch-params';

function createNavigator() {
let navigator: HashNavigator | undefined;
Expand Down

0 comments on commit ead2a00

Please sign in to comment.