index.ts 206 B

1234
  1. // place files you want to import through the `$lib` alias in this folder.
  2. export { explorerCatalog } from "./render/catalog";
  3. export { registry } from "./render/registry";
  4. export { agent } from "./agent";