mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-27 05:30:14 +08:00
4 lines
85 B
JavaScript
4 lines
85 B
JavaScript
import React from 'react'
|
|
export default () => {
|
|
return <h1>hello colContent</h1>
|
|
} |