Skip to content

Commit

Permalink
Apply shared packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski committed May 13, 2024
1 parent aa326ff commit 4a4b657
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 28 deletions.
7 changes: 0 additions & 7 deletions apps/smtp/src/lib/is-in-iframe.ts

This file was deleted.

19 changes: 0 additions & 19 deletions apps/smtp/src/lib/no-ssr-wrapper.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/smtp/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { AppProps } from "next/app";
import { ThemeProvider } from "@saleor/macaw-ui";

import { ThemeSynchronizer } from "../lib/theme-synchronizer";
import { NoSSRWrapper } from "../lib/no-ssr-wrapper";
import { NoSSRWrapper } from "@saleor/apps-shared";
import { trpcClient } from "../modules/trpc/trpc-client";

/**
Expand Down
2 changes: 1 addition & 1 deletion apps/smtp/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useAppBridge } from "@saleor/app-sdk/app-bridge";
import { useEffect } from "react";
import { useIsMounted } from "usehooks-ts";
import { useRouter } from "next/router";
import { isInIframe } from "../lib/is-in-iframe";
import { isInIframe } from "@saleor/apps-shared";
import { appName } from "../const";
import { appUrls } from "../modules/app-configuration/urls";

Expand Down
Binary file removed apps/smtp/src/public/sendgrid.png
Binary file not shown.

0 comments on commit 4a4b657

Please sign in to comment.