diff --git a/package-lock.json b/package-lock.json index 2de6d6be..07f70a40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36361,4 +36361,4 @@ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index e7ce6a13..51e7a7af 100644 --- a/package.json +++ b/package.json @@ -48,4 +48,4 @@ "last 1 safari version" ] } -} +} \ No newline at end of file diff --git a/src/App.js b/src/App.js index 359c8ae1..9b7673eb 100644 --- a/src/App.js +++ b/src/App.js @@ -15,6 +15,7 @@ import Pricing from "./Components/footer_section/Pricing/pricing"; import MyProjects from "./Components/menu_section/my_projects/MyProjects"; import NewProject from "./Components/menu_section/new_project/NewProject"; import Error from "./Components/404_page/Error"; +import Profile from "./Components/Profile/profile"; import Licensing from "./Components/footer_section/Legal/Licensing"; import TermsConditions from "./Components/footer_section/Legal/TermsandConditions"; import PrivacyPolicy from "./Components/footer_section/Legal/PrivacyPolicy"; @@ -46,6 +47,7 @@ function App() { } /> } /> } /> + } />