import { PageProps, Link } from 'gatsby' import * as React from 'react' import Layout from '../components/layout' import Seo from '../components/seo' import { Section } from '../components/shared' import CertBadge from '../components/shared/certBadge' import { SectionHeading, SectionDesc } from '../components/shared/styledComponents' const About: React.FC> = ({ location }) => { return (
About Data Controller Data Controller is sold through Bowe IO Ltd, a company based in the UK and operating since 2013.
The company supports the development of the Data Controller web application and other{' '} SAS Apps .
) } export default About export const Head = () =>