Skip to content

Commit fc0d0ac

Browse files
authored
Merge pull request 4GeeksAcademy#33 from dariatsvetkova/patch-1
Update index.js
2 parents 8a18c06 + b96cd02 commit fc0d0ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/03.5-alert-component/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from "react";
22
import ReactDOM from "react-dom";
3+
import PropTypes from "prop-types";
34

45
/**
56
* here you have declare your Alert component and return

0 commit comments

Comments
 (0)