import React from 'react'; // eslint-disable-line no-unused-vars export default function RootView() { return (
This is the default root view. You can change it by returning a different one from the rootView() method in the the extension.js file.