Fix build errors

This commit is contained in:
Darren Clarke 2023-08-25 09:41:41 +02:00
parent a9fb4317dc
commit 681117d3ac
4 changed files with 2 additions and 83 deletions

View file

@ -1,5 +1,5 @@
import { getTrends } from "app/_lib/opensearch";
import { Trends } from "../../../../../packages/leafcutter-common/components/Trends";
import { Trends } from "leafcutter-common";
export default async function Page() {
const visualizations = await getTrends(25);