Separate component into root folder 34/13434/3
author임준혁 <codimjun@gmail.com>
Tue, 24 Sep 2024 14:44:41 +0000 (23:44 +0900)
committer임준혁 <codimjun@gmail.com>
Sun, 29 Sep 2024 06:57:16 +0000 (15:57 +0900)
commit810b5dd2d436022897c49ccbf1c1749747434f82
treec71f3e35779fb9f9d2a7df41b22194bdb5f4acfe
parentf1355d91a13c2475bda150af9c270059a24525e2
Separate component into root folder

Change-Id: I63b53d7045cd36df95b27c94755832c0391bc129
Signed-off-by: 임준혁 <codimjun@gmail.com>
12 files changed:
src/components/checkbox/checkbox.jsx [moved from src/components/home/status/Checkbox.js with 92% similarity]
src/components/checkbox/index.js [new file with mode: 0644]
src/components/home/status/ListFeatureGroup.js
src/components/home/status/StatusPageRows.js
src/components/index.js
src/components/popup/index.js [new file with mode: 0644]
src/components/popup/popup.jsx [moved from src/components/home/status/Popup.js with 69% similarity]
src/components/steps-state/index.js [new file with mode: 0644]
src/components/steps-state/steps-state.css [moved from src/components/home/status/StepsState.css with 100% similarity]
src/components/steps-state/steps-state.jsx [moved from src/components/home/status/StepsState.js with 96% similarity]
src/components/training-job-info/index.js [new file with mode: 0644]
src/components/training-job-info/training-job-info.jsx [moved from src/components/home/status/TrainingJobInfo.js with 97% similarity]