mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fix tabs
This commit is contained in:
parent
5e71bbf6c2
commit
80fcde6247
4
components/tab/index.jsx
Normal file
4
components/tab/index.jsx
Normal file
@ -0,0 +1,4 @@
|
||||
var React = require('react');
|
||||
var Tab = require('rc-tabs');
|
||||
|
||||
module.exports = Tab;
|
Loading…
Reference in New Issue
Block a user