Untitled
unknown
plain_text
4 years ago
283 B
9
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...