-import { AlertContext, useAlertContextState } from "./alert-context"; +import { AlertContextProvider } from "./alert-context"; function App() { - const state = useAlertContextState(); - return ( - + - + ); }