Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 17, 2022
1 parent e32c3f7 commit 8cc1bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const { Header, Footer, Sider, Content } = Layout;
```jsx
import React from 'react';
import ReactDOM from 'react-dom';
import { Layout } from '@uiw/react-layout';
import Layout from '@uiw/react-layout';
const { Header, Footer, Sider, Content } = Layout;

const stylHeader = { color: '#fff' }
Expand Down
2 changes: 1 addition & 1 deletion core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const { Header, Footer, Sider, Content } = Layout;
```jsx
import React from 'react';
import ReactDOM from 'react-dom';
import { Layout } from '@uiw/react-layout';
import Layout from '@uiw/react-layout';
const { Header, Footer, Sider, Content } = Layout;

const stylHeader = { color: '#fff' }
Expand Down

0 comments on commit 8cc1bfb

Please sign in to comment.