import React from "react"; import { uniqueId } from "lodash"; const FileScript = () => { const clipPathIdA = uniqueId("clip-path-a"); const clipPathIdB = uniqueId("clip-path-b"); return ( ); }; export default FileScript;