mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Report updates.
This commit is contained in:
parent
40f53e8856
commit
0fb93ff00b
147 changed files with 1095 additions and 628 deletions
7
components/pages/reports/ReportMenu.js
Normal file
7
components/pages/reports/ReportMenu.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import styles from './reports.module.css';
|
||||
|
||||
export function ReportMenu({ children }) {
|
||||
return <div className={styles.menu}>{children}</div>;
|
||||
}
|
||||
|
||||
export default ReportMenu;
|
||||
Loading…
Add table
Add a link
Reference in a new issue