import React from 'react' import Layout from '../Partials/Layout' export default function FamGames() { return (
Family Games Page
) }