diff --git a/client/src/App.js b/client/src/App.js index 46a7535..220f8b9 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -1,7 +1,8 @@ +import React from "react"; import Routes from "./components/Routes"; -import { LoginContextProvider } from "./contexts/LoginContext.js"; import { RegisterContextProvider } from "./contexts/RegisterContext"; import { UserContextProvider } from "./contexts/UserContext"; +import { LoginContextProvider } from "./contexts/LoginContext"; /** *To avoid bloated App.js component, page routes created at Routes.js component. @@ -11,11 +12,11 @@ function App() { return ( <> - - + + - - + + ); diff --git a/docs/ideas.md b/docs/ideas.md index 5566745..13749f6 100644 --- a/docs/ideas.md +++ b/docs/ideas.md @@ -1,6 +1,6 @@ # Reference random ideas for user stories -## This is a temporary file that includes ideas that can be converted to features, please feel free to add whatever comes to your mind. +## This is a temporary file that includes ideas that can be converted to features, please feel free to add whatever comes to your mind - develop understanding of 5R (reduce, reuse, repair, rot, recycle) - recycling instructions based on each state's local law