import React from "react"; import { uniqueId } from "lodash"; const FilePng = () => { const clipPathId = uniqueId(); return ( ); }; export default FilePng;