import React from 'react' import Layout from '@/Shared/Layout' export default function Index(props) { return (
) }