mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
17 lines
329 B
JavaScript
17 lines
329 B
JavaScript
import React from 'react'
|
|
import * as ycore from 'ycore'
|
|
import * as antd from 'antd'
|
|
import * as Icons from '@ant-design/icons'
|
|
|
|
export default class Earnings extends React.Component {
|
|
render() {
|
|
return (
|
|
<div>
|
|
<h1>
|
|
<Icons.PaperClipOutlined /> Redeem an Code
|
|
</h1>
|
|
</div>
|
|
)
|
|
}
|
|
}
|