diff --git a/pages/index.js b/pages/index.js
index afcd981..4df0361 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -9,8 +9,6 @@ import {
MemberIcon,
CalendarIcon,
} from "../assets/Icons.js";
-import { Line } from "react-chartjs-2";
-import { Chart as ChartJS } from "chart.js/auto";
export default function Home() {
return (
<>
@@ -38,7 +36,12 @@ export default function Home() {
- 697 dni
+
+ {Math.floor(
+ (Date.now() - new Date("06.07.2020").getTime()) / 86400000
+ )}{" "}
+ dni
+
Istnienia Gractwa