import React, { Component } from 'react'; class Library extends Component { render() { return (
You're on the Library Tab
); } } export default Library;