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 (
<div>
<label htmlFor="csvInput" style={{ display: "block" }}>
Enter CSV File
<label
htmlFor="csvInput"
style={{ display: "block" }}
>
Enter CSV File:
</label>
<input
onChange={handleFileChange}