import React from 'react'; import { Card } from '@app/components/generic/Card'; import { PrimaryTemplate } from '@components/templates/PrimaryTemplate'; export const About = (): JSX.Element => { return (

Content

); };