diff --git a/website/src/App.js b/website/src/App.js index 16d040d..df58038 100644 --- a/website/src/App.js +++ b/website/src/App.js @@ -5,16 +5,17 @@ import "./App.css"; // Ensure App.css is correctly imported import GraphComponent from "./GraphComponent"; import Banner from "./Banner"; import BarChart from "./BarChart"; +import GraphTest from "./GraphTest"; function App() { return (
Across Europe, a quiet change is brewing. Inspired by an Economist article on the growing divide between young men and women, this @@ -32,10 +33,10 @@ function App() {
+
Our journey starts with a Europe-wide snapshot. This bar chart shows average levels of a chosen variable (like trust in institutions) for four different age groups over time. This helps you get a feel for @@ -59,7 +60,9 @@ function App() {
This final view lets you compare countries side-by-side. It shows a
ranked list of European nations based on the chosen variable's gender
@@ -72,6 +75,10 @@ function App() {