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