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