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