mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
18 lines
308 B
TypeScript
18 lines
308 B
TypeScript
import React from 'react'
|
|
import * as ycore from 'ycore'
|
|
import * as antd from 'antd'
|
|
|
|
|
|
|
|
class Main extends React.Component{
|
|
render(){
|
|
return (
|
|
<div>
|
|
<h1>
|
|
Sigueme pe
|
|
</h1>
|
|
</div>
|
|
)
|
|
}
|
|
}
|
|
export default Main; |