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