UNPKG

coops-dashboard

Version:

[![coops-dashboard-ci Actions Status](https://github.com/abdelhamidbakhta/coops-dashboard/workflows/coops-dashboard-ci/badge.svg)](https://github.com/abdelhamidbakhta/coops-dashboard/actions) [![License](https://img.shields.io/badge/License-Apache%202.0-b

16 lines (13 loc) 258 B
import './App.css'; function App() { return ( <div className="App"> <header className="App-header"> <p> Body </p> </header> </div> ); } export default App;