6 lines
73 B
TypeScript
6 lines
73 B
TypeScript
function Material() {
|
|
return <div>1</div>;
|
|
}
|
|
|
|
export default Material;
|