import React from 'react'; import { NextPage } from 'next'; import PersonCard from '../components/PersonCard'; const PlexText: NextPage = () => { return (
); }; export default PlexText;