import React from 'react'; import { Landing } from './landing_page'; export const Renderer = ({ type }: { type: string }) => { if (type === 'landing') { return ; } else { return