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