comty/src/pages/main/index.tsx
2020-01-31 16:59:15 +01:00

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;