1
1
mirror of https://github.com/c8r/x0.git synced 2024-10-04 00:58:09 +03:00

Fix ScopeProvider docs import typo

This commit is contained in:
Cory Gibbons 2018-08-30 22:35:18 -07:00
parent 2aa2c9ba72
commit 78f8e5771d

View File

@ -7,7 +7,7 @@ It's best to use this component in a [Custom App](/custom-app) component.
```jsx
import React from 'react'
import ScopeProvider from '@compositor/x0/components'
import { ScopeProvider } from '@compositor/x0/components'
import * as scope from '../src'
export default props =>