Skip to content

Commit

Permalink
decohub
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Apr 2, 2024
1 parent b737c07 commit 500bd1c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion apps/decohub.ts
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
export { default, Preview } from "apps/decohub/mod.ts";
import Decohub from "apps/decohub/mod.ts";

/**
* @title Deco Hub
* @description Unlock apps and integrations on deco.cx
* @category Tool
* @logo https://raw.githubusercontent.com/deco-cx/apps/main/decohub/logo.png
*/
export default function App(...params: Parameters<typeof Decohub>) {
return Decohub(...params)
}

export { Preview } from "apps/decohub/mod.ts";

0 comments on commit 500bd1c

Please sign in to comment.