import * as React from "react";

/*
TODO - ability to define url, or dropdown that
displays images in file
*/

const BaseImagePrettyAttributesComponent = () => <div>IMAGE ATTRS</div>;

export const ImagePrettyAttributesComponent = BaseImagePrettyAttributesComponent;
