import * as React from 'react';

export /*bundle*/
function View() {
	return <h2>Hello i'm a page</h2>;
}
