Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
guitavano committed Mar 4, 2024
1 parent f6ad664 commit 04400d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion routes/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ export default defineApp(async (_req, ctx) => {
/>
</>
);
});
});
13 changes: 6 additions & 7 deletions runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ import type { Manifest as ManifestWake } from "apps/wake/manifest.gen.ts";
import type { Manifest as ManifestLinx } from "apps/linx/manifest.gen.ts";
import type { Manifest as ManifestNuvemshop } from "apps/nuvemshop/manifest.gen.ts";


export const invoke = proxy<
Manifest
& ManifestVNDA
& ManifestVTEX
& ManifestShopify
& ManifestWake
& ManifestLinx
& Manifest
& ManifestVNDA
& ManifestVTEX
& ManifestShopify
& ManifestWake
& ManifestLinx
& ManifestNuvemshop
>();
2 changes: 1 addition & 1 deletion sections/Product/SearchResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export function LoadingFallback() {
);
}

export const partialMode = "append"
export const partialMode = "append";

0 comments on commit 04400d0

Please sign in to comment.