📅  最后修改于: 2022-03-11 15:02:16.780000             🧑  作者: Mango
import React from 'react'
import { withAlert } from 'react-alert'
const App = ({ alert }) => (
)
export default withAlert()(App)