Skip to content

Commit

Permalink
chore: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Jul 15, 2020
1 parent 016151e commit 0445eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tabs/demo.md
Expand Up @@ -83,7 +83,7 @@ ReactDOM.render(
## 标签栏滚动

```jsx
import { useRef, useState } from 'react';
import { useState } from 'react';
import { Tabs } from 'zarm';

const { Panel } = Tabs;
Expand Down

0 comments on commit 0445eeb

Please sign in to comment.