jellyfish-web/src/components/pages/TestPage.js

8 lines
113 B
JavaScript
Raw Normal View History

import React from 'react';
const TestPage = () => (
<h1>Hello from React!</h1>
);
export default TestPage;