File size: 229 Bytes
759768a
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
import React from 'react';

function SimpleComponent() {
  return (
    <div>

      <h1>GreenPlus by GXS Test Passed</h1>

      <p>Component rendered successfully.</p>

    </div>
  );
}

export default SimpleComponent;