source: src/components/Genius/index.js@ 1

Last change on this file since 1 was 1, checked in by Bart Vastenhouw, 5 years ago

First public release

File size: 182 bytes
Line 
1import React from 'react';
2import CheckServers from '../CheckServers';
3
4const Genius = () => {
5 return (
6 <div>
7 <CheckServers />
8 </div>
9 );
10};
11
12export default Genius;
Note: See TracBrowser for help on using the repository browser.