From 94ae04d17b24122cb8702226cbf8ece58e15470c Mon Sep 17 00:00:00 2001 From: pg75sc2al <2077276121@qq.com> Date: Sat, 12 Oct 2024 20:16:53 +0800 Subject: [PATCH] ADD file via upload --- StudentList.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 StudentList.js diff --git a/StudentList.js b/StudentList.js new file mode 100644 index 0000000..d7c4b6a --- /dev/null +++ b/StudentList.js @@ -0,0 +1,15 @@ +import React from 'react'; + +const StudentList = ({ students }) => { + return ( +