A simple app showing react button click navigation
+ +
+
+## React Apollo - Hooks
+
+[](https://badge.fury.io/js/%40apollo%2Freact-hooks)
+[](https://circleci.com/gh/apollographql/react-apollo)
+[](https://spectrum.chat/apollo)
+
+React Apollo `useQuery`, `useLazyQuery`, `useMutation`, `useSubscription` and `useApolloClient` hooks.
+
+### Installation
+
+```
+npm install @apollo/react-hooks
+```
+
+### Documentation
+
+All Apollo Client documentation, including React Apollo usage articles and helpful recipes, lives on [https://www.apollographql.com/docs/react/](https://www.apollographql.com/docs/react/)
+
+For the React Apollo API reference, visit [https://www.apollographql.com/docs/react/api/react-apollo.html](https://www.apollographql.com/docs/react/api/react-apollo.html)
diff --git a/receipeServer/frontend_old/node_modules/@apollo/react-hooks/index.d.ts b/receipeServer/frontend_old/node_modules/@apollo/react-hooks/index.d.ts
new file mode 100644
index 0000000..dca9344
--- /dev/null
+++ b/receipeServer/frontend_old/node_modules/@apollo/react-hooks/index.d.ts
@@ -0,0 +1 @@
+export * from '@apollo/client';
diff --git a/receipeServer/frontend_old/node_modules/@apollo/react-hooks/index.esm.js b/receipeServer/frontend_old/node_modules/@apollo/react-hooks/index.esm.js
new file mode 100644
index 0000000..dca9344
--- /dev/null
+++ b/receipeServer/frontend_old/node_modules/@apollo/react-hooks/index.esm.js
@@ -0,0 +1 @@
+export * from '@apollo/client';
diff --git a/receipeServer/frontend_old/node_modules/@apollo/react-hooks/index.js b/receipeServer/frontend_old/node_modules/@apollo/react-hooks/index.js
new file mode 100644
index 0000000..7c8b01f
--- /dev/null
+++ b/receipeServer/frontend_old/node_modules/@apollo/react-hooks/index.js
@@ -0,0 +1 @@
+module.exports = require('@apollo/client');
diff --git a/receipeServer/frontend_old/node_modules/@apollo/react-hooks/node_modules/@apollo/client/LICENSE b/receipeServer/frontend_old/node_modules/@apollo/react-hooks/node_modules/@apollo/client/LICENSE
new file mode 100644
index 0000000..74e180a
--- /dev/null
+++ b/receipeServer/frontend_old/node_modules/@apollo/react-hooks/node_modules/@apollo/client/LICENSE
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2021 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
diff --git a/receipeServer/frontend_old/node_modules/@apollo/react-hooks/node_modules/@apollo/client/README.md b/receipeServer/frontend_old/node_modules/@apollo/react-hooks/node_modules/@apollo/client/README.md
new file mode 100644
index 0000000..a854216
--- /dev/null
+++ b/receipeServer/frontend_old/node_modules/@apollo/react-hooks/node_modules/@apollo/client/README.md
@@ -0,0 +1,40 @@
+#
+
+## Apollo Client
+
+[](https://badge.fury.io/js/%40apollo%2Fclient)
+[](https://circleci.com/gh/apollographql/apollo-client)
+[](https://community.apollographql.com)
+
+Apollo Client is a fully-featured caching GraphQL client with integrations for React, Angular, and more. It allows you to easily build UI components that fetch data via GraphQL.
+
+## Documentation
+
+All Apollo Client documentation, including React integration articles and helpful recipes, can be found at: