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
Pipeline #401952 failed
import React, { useEffect } from "react"; import { useEffect } from "react";
import "./App.css"; import "./App.css";
import '../App/Graph.css';
import '../components/test.css' import '../components/test.css'
import "../contents/example.css" import "../contents/example.css"
import "./App.scss"; import "./App.scss";
...@@ -14,7 +15,7 @@ import { stringToSlug } from "../utils/stringToSlug.ts"; ...@@ -14,7 +15,7 @@ import { stringToSlug } from "../utils/stringToSlug.ts";
import { Villbuttonrow } from "../components/Buttons.tsx"; import { Villbuttonrow } from "../components/Buttons.tsx";
import "../utils/highlight.js"; import "../utils/highlight.js";
import "./LoadingScreen.css"; import "./LoadingScreen.css";
import { Description } from "../contents/description.tsx";
const App = () => { const App = () => {
const pathMapping = getPathMapping(); const pathMapping = getPathMapping();
...@@ -72,8 +73,6 @@ const App = () => { ...@@ -72,8 +73,6 @@ const App = () => {
<div className="container-fluid"> <div className="container-fluid">
<div className="row"> <div className="row">
<div className="col"> <div className="col">
<Description />
<Villbuttonrow /> <Villbuttonrow />
</div> </div>
<div className="col-1 d-none d-lg-block"> <div className="col-1 d-none d-lg-block">
......
import React from 'react'; import React from 'react';
import { Pie } from 'react-chartjs-2'; import { Pie } from 'react-chartjs-2';
import { Chart as ChartJS, ArcElement, Tooltip, Legend } from 'chart.js'; import { Chart as ChartJS, ArcElement, Tooltip, Legend } from 'chart.js';
import '../App/Graph.css';
ChartJS.register(ArcElement, Tooltip, Legend); 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