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