{!authenticated
? [
-
,
-
,
- ]
+
,
+
,
+ ]
: [
-
,
+
,
-
,
- ]}
+
,
+ ]}
{/* Burger component will be shown for the small screens */}
diff --git a/src/index.tsx b/src/index.tsx
index 5444a2c..ed9b2e9 100755
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -16,6 +16,7 @@ import AccountSettings from "pages/Information/AccountSettings";
import { store } from "store/store";
import { Provider } from "react-redux";
import { SearchResultsPage } from "pages/SearchResultsPage";
+import AnArticle from "components/fetchAnArticle/AnArticle";
const rootElement = document.getElementById("root");
if (!rootElement) throw new Error("Failed to find the root element");
@@ -32,6 +33,7 @@ root.render(