import "./index.scss";
import * as React from "react";

const BaseRawAttributesComponent = () => <div>RAW</div>;

export const RawAttributesComponent = BaseRawAttributesComponent;
