CSV2ics

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 4eea1c4554c35beeb6523e619993fa4331bee27d
parent 31ac3220846dec8ea608bad5f6e705af9a1344d8
Author: minerva-jupitr <ryouturn@gmail.com>
Date:   Sun,  5 May 2024 21:11:49 +0900

add timetable and chnge importCVS to import_CVS

Diffstat:
Msrc/Tab.tsx | 2+-
Asrc/TimeTable.tsx | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Tab.tsx b/src/Tab.tsx @@ -49,7 +49,7 @@ export default function CSV2iclTabs() { <Box sx={{ borderBottom: 1, borderColor: 'divider' }}> <Tabs value={value} onChange={handleChange} centered> <Tab label="TimeTable" {...a11yProps(0)} /> - <Tab label="ImportCSV" {...a11yProps(1)} /> + <Tab label="Import_CSV" {...a11yProps(1)} /> <Tab label="Execute" {...a11yProps(2)} /> <Tab label="Export" {...a11yProps(3)} /> <Tab label="Help" {...a11yProps(4)}/> diff --git a/src/TimeTable.tsx b/src/TimeTable.tsx