mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-09 05:00:30 +08:00
7 lines
74 B
JavaScript
7 lines
74 B
JavaScript
import React, { Component } from 'react'
|
|
|
|
export {
|
|
React,
|
|
Component
|
|
}
|