mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
7 lines
107 B
JavaScript
7 lines
107 B
JavaScript
|
import './styles/Home/home.scss'
|
||
|
import React, { Component } from 'react'
|
||
|
|
||
|
export {
|
||
|
React,
|
||
|
Component,
|
||
|
}
|