This commit is contained in:
laura 2025-11-07 22:01:15 -03:00
parent 78f540d4c3
commit a1f51b2539
Signed by: w
GPG key ID: BCD2117C99E69817
12 changed files with 898 additions and 826 deletions

View file

@ -3,10 +3,10 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import { Header } from "@/components/Header.tsx";
import Reports from "@/components/Reports.tsx";
import Links from "@/components/Links.tsx";
import { getCachedReports } from "@/utils/atproto.ts";
import "@/assets/report.css";
export default function Page() {
return (