Skip to content

Commit

Permalink
Header errors corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
nz970 committed Jul 8, 2024
1 parent 52ad4ae commit 97da6b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useRef, useState } from 'react';
import React, { useRef } from 'react';

export default props => {
const refButton = useRef(null);
Expand Down

0 comments on commit 97da6b3

Please sign in to comment.