diff --git a/webui/src/pages/Home/Home.jsx b/webui/src/pages/Home/Home.jsx index f3b3c2e..472f9b6 100644 --- a/webui/src/pages/Home/Home.jsx +++ b/webui/src/pages/Home/Home.jsx @@ -1,10 +1,16 @@ import PageTitle from "@/common/components/PageTitle"; import "./styles.sass"; +import ActionCard from "@/pages/Home/components/ActionCard"; +import {faArrowRightToBracket, faPlusSquare} from "@fortawesome/free-solid-svg-icons"; export const Home = () => { return (
+
+ {}} /> + {}} /> +
) }