blob: bc39384f1291709909efed9c44128aa44fcc1f8a [file] [log] [blame]
import React, { FC } from 'react';
import PageSection from '../PageSection';
const MadeForIIoT = (props) => (
<>
<PageSection sectionTitle={"Made for the Industrial IoT"} backgroundClass={"background-primary-light"}>
</PageSection>
</>
)
export default MadeForIIoT;