Revision 00e4dbd184a8eecfc8921431fcd1ecc2f966177e authored by Sanmisan on 13 October 2023, 20:18:23 UTC, committed by GitHub on 13 October 2023, 20:18:23 UTC
teaser img
1 parent b49b4e1
index.js
import React, {Component} from "react";
import {Card} from 'antd';
class LinterCharts extends Component {
render(){
return(
<Card
//title='Recommend Classifications'
size='small'
className='cardDetail'
style={{height: 250}}
>
</Card>
);
}
}
export default LinterCharts;
Computing file changes ...