拆分成功
This commit is contained in:
11
frontend-react/src/components/ImageDisplay/ImageDisplay.jsx
Normal file
11
frontend-react/src/components/ImageDisplay/ImageDisplay.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
const ImageDisplay = () => {
|
||||
return (
|
||||
<div className="image-display">
|
||||
<div>图片展示区</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default ImageDisplay;
|
||||
Reference in New Issue
Block a user