update demo-react-switch-tabs,

This commit is contained in:
louiscklaw
2025-06-08 19:07:48 +08:00
parent 766720e075
commit e2076fe67b
15 changed files with 354 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
import './ExploreContainer.css';
const ExploreContainer = ({ name }) => {
return (
<div className="container">
<strong>{name}</strong>
</div>
);
};
export default ExploreContainer;