import {GetServerSideProps, NextPage} from 'next' import Template from '../../../components/templates/RightSidebarLayout' type Props = { query: string, } const Page: NextPage = ({ query, }) => { return (