import React from 'react' import { NumberInput } from 'app/common' export default function TileLinkForm({ tile, errorFields, parent }) { return (
) }