import React from "react"; import AppLogo from "../../components/Icons/AppLogo/AppLogo"; import "../../index.css"; import styles from "../../styles"; export default function Dashboard() { return (

Ivy - Inventory Manager

Welcome to the Dashboard

); }