There was an error while loading. Please reload this page.
2 parents 8a18c06 + b96cd02 commit fc0d0acCopy full SHA for fc0d0ac
exercises/03.5-alert-component/index.js
@@ -1,5 +1,6 @@
1
import React from "react";
2
import ReactDOM from "react-dom";
3
+import PropTypes from "prop-types";
4
5
/**
6
* here you have declare your Alert component and return
0 commit comments