Untitled
unknown
plain_text
5 years ago
283 B
11
Indexable
import React from 'react';
const Completed = () => {
return (
<div>Completed</div>
);
};
export default Completed;
import React from 'react';
const MainList = () => {
return (
<div>Componente MainList</div>
)
};
export default MainList;
Editor is loading...