12 lines
183 B
JavaScript
Raw Normal View History

import React from 'react';
const Test = () => {
return (
<section style={{ textAlign: 'center' }}>
<h1>Admin EE version</h1>
</section>
);
};
export default Test;