Opensearch embed changes
This commit is contained in:
parent
130554d86b
commit
a8dd53507d
11 changed files with 237 additions and 178 deletions
5
apps/link/app/(main)/opensearch/page.tsx
Normal file
5
apps/link/app/(main)/opensearch/page.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { OpenSearchWrapper } from "@link-stack/leafcutter-ui";
|
||||
|
||||
export default function Page() {
|
||||
return <OpenSearchWrapper url="/app/visualize#/" margin={50} />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue