Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import React from 'react';
import { Switch, Route } from 'react-router-dom';
import { Miss, render, createContext } from 'hops-react';
import { headline } from './style.css';
const Home = () => <h1>Hello World!</h1>;
const App = () => (
);
export default render(, createContext());