import React from 'react' import styles from './index.module.scss' import { useHistory } from 'react-router-dom' function A4base({ show, setShow }: { show: boolean; setShow: (show: boolean) => void }) { const history = useHistory() return (