Skip to content
Snippets Groups Projects
Commit fbf4adbd authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

commit

parent 347d86c4
No related branches found
No related tags found
No related merge requests found
import React, { useEffect } from "react";
import { useEffect } from "react";
import "./App.css";
import '../App/Graph.css';
import '../components/test.css'
import "../contents/example.css"
import "./App.scss";
......@@ -14,7 +15,7 @@ import { stringToSlug } from "../utils/stringToSlug.ts";
import { Villbuttonrow } from "../components/Buttons.tsx";
import "../utils/highlight.js";
import "./LoadingScreen.css";
import { Description } from "../contents/description.tsx";
const App = () => {
const pathMapping = getPathMapping();
......@@ -72,8 +73,6 @@ const App = () => {
<div className="container-fluid">
<div className="row">
<div className="col">
<Description />
<Villbuttonrow />
</div>
<div className="col-1 d-none d-lg-block">
......
import React from 'react';
import { Pie } from 'react-chartjs-2';
import { Chart as ChartJS, ArcElement, Tooltip, Legend } from 'chart.js';
import '../App/Graph.css';
ChartJS.register(ArcElement, Tooltip, Legend);
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment