Add quick filter buttons.

This commit is contained in:
Mike Cao 2020-07-30 01:08:21 -07:00
parent 9beec1b50e
commit ff4492ffb5
10 changed files with 80 additions and 25 deletions

View file

@ -10,9 +10,6 @@ import WebsiteList from '../components/WebsiteList';
export default function HomePage({ username }) {
return (
<Layout>
<h2>
You've successfully logged in as <b>{username}</b>.
</h2>
<WebsiteList />
<div>
<PageviewsChart