import React from 'react' import styles from './index.module.scss' import history from '@/utils/history' type Props = { unityId?: '1' | '2' } function FloorBtn({ unityId }: Props) { return (