gui: work in progress
This commit is contained in:
11
apps/web/src/components/report/sidebar/ReportSidebar.tsx
Normal file
11
apps/web/src/components/report/sidebar/ReportSidebar.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ReportEvents } from "./ReportEvents";
|
||||
import { ReportBreakdowns } from "./ReportBreakdowns";
|
||||
|
||||
export function ReportSidebar() {
|
||||
return (
|
||||
<div className="flex flex-col gap-4 p-4">
|
||||
<ReportEvents />
|
||||
<ReportBreakdowns />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user