setAlert
This commit is contained in:
12
my-app/src/Display.jsx
Normal file
12
my-app/src/Display.jsx
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
function Display (props){
|
||||
|
||||
return (
|
||||
<div className="CounterNum Counter">
|
||||
Das war ihr {props.myVal}. countdown <br /><br />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
export default Display;
|
Reference in New Issue
Block a user