style: auto format whole project
This commit is contained in:
@@ -2,4 +2,4 @@ import copy from 'clipboard-copy';
|
||||
|
||||
export default function copyInputValue(element: HTMLInputElement): void {
|
||||
copy(element.value);
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user