Skip to content

Commit

Permalink
Merge pull request #167 from deco-sites/feat/refactors
Browse files Browse the repository at this point in the history
Refactor Product Card
  • Loading branch information
tlgimenes authored Apr 16, 2024
2 parents 7d4621f + 9dec2bd commit 6eb3482
Show file tree
Hide file tree
Showing 9 changed files with 284 additions and 426 deletions.
4 changes: 2 additions & 2 deletions apps/decohub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Decohub from "apps/decohub/mod.ts";
* @logo https://raw.githubusercontent.com/deco-cx/apps/main/decohub/logo.png
*/
export default function App(...params: Parameters<typeof Decohub>) {
return Decohub(...params)
return Decohub(...params);
}

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

0 comments on commit 6eb3482

Please sign in to comment.