Merge branch 'feat/maps' into 'main'
component Maps See merge request onegeo/gatsby-theme-onegeo!35
No related branches found
No related tags found
Showing
- gatsby-config.js 11 additions, 0 deletionsgatsby-config.js
- index.d.ts 5 additions, 0 deletionsindex.d.ts
- index.js 3 additions, 0 deletionsindex.js
- package.json 2 additions, 1 deletionpackage.json
- src/components/Maps.tsx 56 additions, 0 deletionssrc/components/Maps.tsx
- src/components/core/Map.tsx 1 addition, 1 deletionsrc/components/core/Map.tsx
- src/constant.ts 2 additions, 0 deletionssrc/constant.ts
- src/pages-doc/doc/core/map.tsx 1 addition, 1 deletionsrc/pages-doc/doc/core/map.tsx
- src/pages-doc/doc/index.tsx 2 additions, 0 deletionssrc/pages-doc/doc/index.tsx
- src/pages-doc/doc/maps.tsx 35 additions, 0 deletionssrc/pages-doc/doc/maps.tsx
... | ... | @@ -25,6 +25,7 @@ |
"@types/react-autosuggest": "^10.1.5", | ||
"@types/react-instantsearch-dom": "^6.12.0", | ||
"dotenv": "^10.0.0", | ||
"dotenv-expand": "^8.0.1" | ||
"dotenv-expand": "^8.0.1", | ||
"http-proxy-middleware": "^2.0.6" | ||
} | ||
} |
src/components/Maps.tsx
0 → 100644
src/pages-doc/doc/maps.tsx
0 → 100644
Please register or sign in to comment