Removed unused function
This commit is contained in:
parent
94070d8f75
commit
deecf9ccad
1 changed files with 0 additions and 5 deletions
|
@ -2,11 +2,6 @@ import React from "react";
|
|||
import "../App.css";
|
||||
|
||||
export default function GeneratedPassword(props) {
|
||||
const handleOnCopyEvent = (e) => {
|
||||
e.preventDefault();
|
||||
return false;
|
||||
};
|
||||
|
||||
return (
|
||||
<>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue