import React from 'react' import { TextInput, Select, Checkbox, Slider, } from 'app/common' import { UNITS } from './tile.constants' export default function TileMiscForm({ tile, parent }) { return (