import React from 'react' import Layout from '../Partials/Layout' export default function FamInterest() { return (
Fam Interesting Dummy Page
) }