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