From 500bd1c7966a4948ec2c855ca900a7a5d5788398 Mon Sep 17 00:00:00 2001 From: gimenes Date: Tue, 2 Apr 2024 17:24:25 -0300 Subject: [PATCH] decohub --- apps/decohub.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/apps/decohub.ts b/apps/decohub.ts index 9ed80446..e2e2c502 100644 --- a/apps/decohub.ts +++ b/apps/decohub.ts @@ -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) { + return Decohub(...params) +} + +export { Preview } from "apps/decohub/mod.ts"; \ No newline at end of file