From 786dcbd55fadedd8ffb8bdb03e062399092deea6 Mon Sep 17 00:00:00 2001 From: Lorexia Date: Sat, 30 Sep 2023 22:52:41 +0200 Subject: [PATCH] update mixnet example --- sdk/typescript/docs/pages/guides/mixnet.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk/typescript/docs/pages/guides/mixnet.mdx b/sdk/typescript/docs/pages/guides/mixnet.mdx index a3aecea890..41a877589a 100644 --- a/sdk/typescript/docs/pages/guides/mixnet.mdx +++ b/sdk/typescript/docs/pages/guides/mixnet.mdx @@ -31,7 +31,9 @@ npm install @nymproject/sdk-full-fat ``` ##### Imports -Import the SDK's Mixnet Client as well as the payload in your app: +In the `src` folder, open the `App.tsx` file and delete all the code. + +Import the SDK's Mixnet Client in your app: ````js import { createNymMixnetClient, NymMixnetClient, Payload } from "@nymproject/sdk-full-fat"; ````