refactor: 🔥 remove usage in taxes
This commit is contained in:
parent
be54c71a23
commit
8d72b19471
3 changed files with 1 additions and 10 deletions
|
@ -17,7 +17,7 @@ const config = {
|
||||||
experimental: {
|
experimental: {
|
||||||
esmExternals: true,
|
esmExternals: true,
|
||||||
},
|
},
|
||||||
transpilePackages: ["@saleor/apps-shared", "@saleor/apps-ui"],
|
transpilePackages: ["@saleor/apps-shared"],
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = withSentryConfig(
|
module.exports = withSentryConfig(
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
"@material-ui/lab": "4.0.0-alpha.61",
|
"@material-ui/lab": "4.0.0-alpha.61",
|
||||||
"@saleor/app-sdk": "0.38.0",
|
"@saleor/app-sdk": "0.38.0",
|
||||||
"@saleor/apps-shared": "workspace:*",
|
"@saleor/apps-shared": "workspace:*",
|
||||||
"@saleor/apps-ui": "workspace:*",
|
|
||||||
"@saleor/macaw-ui": "^0.7.2",
|
"@saleor/macaw-ui": "^0.7.2",
|
||||||
"@sentry/nextjs": "^7.45.0",
|
"@sentry/nextjs": "^7.45.0",
|
||||||
"@tanstack/react-query": "^4.19.1",
|
"@tanstack/react-query": "^4.19.1",
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
import { Box } from "@saleor/macaw-ui/next";
|
|
||||||
import { PropsWithChildren } from "react";
|
|
||||||
|
|
||||||
type ExampleProps = PropsWithChildren<{}>;
|
|
||||||
|
|
||||||
export const Example = ({ children }: ExampleProps) => {
|
|
||||||
return <Box>{children}</Box>;
|
|
||||||
};
|
|
Loading…
Reference in a new issue