$
This commit is contained in:
parent
b98c7d6d42
commit
002dce7084
@ -4,7 +4,7 @@ import { useEffect } from "react";
|
|||||||
import { getState } from "../../api";
|
import { getState } from "../../api";
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import Chart from "react-apexcharts";
|
import Chart from "react-apexcharts";
|
||||||
import "./Home.scss";
|
import "./home.scss";
|
||||||
import { Link } from "react-router-dom";
|
import { Link } from "react-router-dom";
|
||||||
import LoaderSpace from "../../components/LoaderSpace/LoaderSpace";
|
import LoaderSpace from "../../components/LoaderSpace/LoaderSpace";
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
export * from "./authenticated";
|
export * from "./authenticated";
|
||||||
export * from "./home/Home";
|
export * from "./home/home";
|
||||||
|
Loading…
Reference in New Issue
Block a user