mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Add quick filter buttons.
This commit is contained in:
parent
9beec1b50e
commit
ff4492ffb5
10 changed files with 80 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue