diff --git a/.gitignore b/.gitignore index c223db9..4d29575 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,3 @@ npm-debug.log* yarn-debug.log* yarn-error.log* - -**/DEBUG -**/DEBUG* \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index d324913..dbcaf2b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,6 +6,7 @@ import Footer from "./components/footer/footer"; import React from "react"; import VerifyMail from "./components/verify_email/verify_mail"; import ThankYou from "./components/verify_email/thank_you"; +import DEBUG from "./components/DEBUG/DEBUG"; function App() { return ( @@ -16,6 +17,7 @@ function App() { }/> }/> }/> + {process.env.NODE_ENV === 'development' && }/>}