import React from "react"; import { uniqueId } from "lodash"; const FilePy = () => { const clipPathId = uniqueId("clip-path-"); return ( ); }; export default FilePy;