diff --git a/components/README.md b/components/README.md new file mode 100644 index 00000000..009c9c2e --- /dev/null +++ b/components/README.md @@ -0,0 +1,3 @@ +## Components + +This folder contains all of the React components that we will use in our app. diff --git a/hooks/README.md b/hooks/README.md new file mode 100644 index 00000000..18355dc7 --- /dev/null +++ b/hooks/README.md @@ -0,0 +1,3 @@ +## Hooks + +This folder contains all of the React hooks that we will use in our app.