Skip to content

Commit

Permalink
Rebase with main
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Sep 9, 2024
1 parent ae11b6f commit 57fcc31
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions algolia/mod.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { App, AppContext as AC } from "@deco/deco";
import algolia from "https://esm.sh/[email protected]";
import { createFetchRequester } from "npm:@algolia/[email protected]";
import { Markdown } from "../decohub/components/Markdown.tsx";
import { PreviewContainer } from "../utils/preview.tsx";
import type { Secret } from "../website/loaders/secret.ts";
import manifest, { Manifest } from "./manifest.gen.ts";
Expand Down
1 change: 1 addition & 0 deletions emailjs/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { App, AppContext as AC } from "@deco/deco";
import { Markdown } from "../decohub/components/Markdown.tsx";
import { fetchSafe } from "../utils/fetch.ts";
import { createHttpClient } from "../utils/http.ts";
import { PreviewContainer } from "../utils/preview.tsx";
Expand Down
2 changes: 1 addition & 1 deletion konfidency/mod.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type { App, AppContext as AC } from "@deco/deco";
import { Markdown } from "../decohub/components/Markdown.tsx";
import { createHttpClient } from "../utils/http.ts";
import { PreviewContainer } from "../utils/preview.tsx";
import manifest, { Manifest } from "./manifest.gen.ts";
import manifest, { Manifest } from "./manifest.gen.ts";
import type { API } from "./utils/client.ts";

export interface Props {
Expand Down
1 change: 1 addition & 0 deletions shopify/mod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { App, FnContext } from "@deco/deco";
import getStateFromZip from "../commerce/utils/stateByZip.ts";
import { Markdown } from "../decohub/components/Markdown.tsx";
import { fetchSafe } from "../utils/fetch.ts";
import { createGraphqlClient } from "../utils/graphql.ts";
import { PreviewContainer } from "../utils/preview.tsx";
Expand Down
1 change: 0 additions & 1 deletion smarthint/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { fetchSafe } from "../utils/fetch.ts";
import { createHttpClient } from "../utils/http.ts";
import { PreviewContainer } from "../utils/preview.tsx";
import manifest from "./manifest.gen.ts";
import manifest from "./manifest.gen.ts";
import { OpenAPI } from "./utils/openapi/smarthint.openapi.gen.ts";

export interface State {
Expand Down
1 change: 0 additions & 1 deletion vtex/preview/Preview.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { type AppRuntime, type BaseContext, Context } from "@deco/deco";
import { Context } from "deco/live.ts";
import type { JSX } from "preact";
import { PreviewContainer } from "../../utils/preview.tsx";
import { App } from "../mod.ts";
Expand Down
2 changes: 1 addition & 1 deletion wake/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Markdown } from "../decohub/components/Markdown.tsx";
import { fetchSafe } from "../utils/fetch.ts";
import { createGraphqlClient } from "../utils/graphql.ts";
import { createHttpClient } from "../utils/http.ts";
import { previewFromMarkdown } from "../utils/preview.ts";
import { PreviewContainer } from "../utils/preview.tsx";
import type { Secret } from "../website/loaders/secret.ts";
import manifest, { Manifest } from "./manifest.gen.ts";
import { CheckoutApi } from "./utils/client.ts";
Expand Down

0 comments on commit 57fcc31

Please sign in to comment.