UNPKG

palletwar

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

11 lines (9 loc) 272 B
import React from 'react'; const DisplayChaos = () => { return ( <div> <center><h1>Something is not right, it seems like the results may not be reached trough normal conditions! </h1></center> </div> ) }; export default DisplayChaos;