import * as React from "react";
import { AnchorPrettyAttributesComponent } from "./anchor";
import { ImagePrettyAttributesComponent } from "./image";

export const PrettyAttributesComponent = () => (
  <div>
    <ImagePrettyAttributesComponent />
  </div>
);
