Skip to content

Commit ab88d62

Browse files
committed
Update page a bit
1 parent bfc8c42 commit ab88d62

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Client.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
'use client';
22

3-
import { makeAutoObservable } from "mobx"
4-
53
import {
64
Federation,
75
Namespace,
@@ -53,9 +51,6 @@ export class Client {
5351

5452
// If there is a code in the URL, exchange it for a token
5553
this.exchangeCodeForToken()
56-
57-
// For React
58-
makeAutoObservable(this)
5954
}
6055

6156
/**

0 commit comments

Comments
 (0)