-
-
-
-
-
-
-
-
-
-
- {CustomBarChart}
-
+ Start by editing Home.js…
);
};
diff --git a/cgra-bear/src/routes/Home2.js b/cgra-bear/src/routes/Home2.js
new file mode 100644
index 00000000..a406c54b
--- /dev/null
+++ b/cgra-bear/src/routes/Home2.js
@@ -0,0 +1,39 @@
+import React from "react";
+import { ColumnChart, Headline } from "@gooddata/sdk-ui-charts";
+import { InsightView } from "@gooddata/sdk-ui-ext";
+import { Execute } from "@gooddata/sdk-ui";
+import { Dashboard } from "@gooddata/sdk-ui-dashboard";
+
+import Page from "../components/Page";
+import * as Md from "../md/full";
+import CustomBarChart from "../components/CustomBarChart";
+
+const Home = () => {
+ return (
+