import * as React from 'react'; const Core = (): JSX.Element => { return (
2 👌 2
); }; export default Core;