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