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"; ````