File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import React , { FormEvent , useState } from 'react'
2
2
3
- import { useCompletion , useConnect , useModel } from '../src '
3
+ import { useCompletion , useConnect , useModel } from '@wanda-dev/react '
4
4
5
5
export const App = ( ) => {
6
6
const [ { connectors, error } , connect ] = useConnect ( )
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ import React from 'react'
2
2
import * as ReactDOMClient from 'react-dom/client'
3
3
4
4
import { App } from './app'
5
- import { Provider } from '../src/context'
6
- import { InjectedConnector } from '../src'
5
+ import { InjectedConnector , Provider } from '@wanda-dev/react'
7
6
8
7
const root = ReactDOMClient . createRoot ( document . getElementById ( 'root' ) ! )
9
8
Original file line number Diff line number Diff line change 1
1
export * from './connectors'
2
2
export * from './hooks'
3
3
export * from './types'
4
+ export { Provider } from './context'
You can’t perform that action at this time.
0 commit comments