mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-12 12:54:48 +08:00
5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
|
import React, { Component } from 'react'
|
||
|
|
||
|
export default function () {
|
||
|
return <p>分组页面</p>
|
||
|
}
|