Skip to content

Commit

Permalink
site
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Apr 2, 2024
1 parent 500bd1c commit 977b956
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ const color = (platform: string) => {

let firstRun = true;

/**
* @title Site
* @description Start your site from a template or from scratch.
* @category Tool
* @logo https://ozksgdmyrqcxcwhnbepg.supabase.co/storage/v1/object/public/assets/1/0ac02239-61e6-4289-8a36-e78c0975bcc8
*/
export default function Site(
{ theme, ...state }: Props,
): A<Manifest, Props, [ReturnType<typeof commerce>]> {
Expand Down

0 comments on commit 977b956

Please sign in to comment.