import * as React from "react"; function Home() { return ( <>

Welcome to DITSWBS application

Please use administrative portal to manage users and projects

Dashboard is where you will coordinate your project tasks and work breakdown

Templates that will play an important part in growth of DITSWBS are under development. This section will contain description of each curated template.

); } export default Home;