import React from "react"; import { uniqueId } from "lodash"; const AppStore = () => { const pathFillId = uniqueId("path-fill"); return ( ); }; export default AppStore;