refactor(csv-read2objects): adjust format

This commit is contained in:
dancingCycle 2023-06-22 09:20:18 +02:00
parent d6b5f4b308
commit 2bcc3775dd
1 changed files with 5 additions and 2 deletions

View File

@ -61,8 +61,11 @@ const Csv = () => {
return ( return (
<div> <div>
<label htmlFor="csvInput" style={{ display: "block" }}> <label
Enter CSV File htmlFor="csvInput"
style={{ display: "block" }}
>
Enter CSV File:
</label> </label>
<input <input
onChange={handleFileChange} onChange={handleFileChange}