This commit is contained in:
Bilal 2024-05-05 00:47:50 +02:00
parent b98c7d6d42
commit 002dce7084
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import { useEffect } from "react";
import { getState } from "../../api";
import { useState } from "react";
import Chart from "react-apexcharts";
import "./Home.scss";
import "./home.scss";
import { Link } from "react-router-dom";
import LoaderSpace from "../../components/LoaderSpace/LoaderSpace";

View File

@ -1,2 +1,2 @@
export * from "./authenticated";
export * from "./home/Home";
export * from "./home/home";