Fix build errors
This commit is contained in:
parent
a9fb4317dc
commit
681117d3ac
4 changed files with 2 additions and 83 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue