Skip to content

Commit 28b5e68

Browse files
committed
immutable connector fixed getProvider
1 parent 7563e11 commit 28b5e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/react/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { ThemeProvider } from '@0xsequence/design-system'
44
import { SequenceWalletProvider } from '@0xsequence/wallet-widget'
55
import { BrowserRouter, Routes, Route } from 'react-router-dom'
66

7-
import { config, checkoutConfig } from './config'
87
import { Homepage } from './components/Homepage'
98
import { ImmutableCallback } from './components/ImmutableCallback'
9+
import { config, checkoutConfig } from './config'
1010

1111
export const App = () => {
1212
return (

0 commit comments

Comments
 (0)