- );
-};
diff --git a/apps/taxes/src/modules/channels/ui/channel-tax-provider.tsx b/apps/taxes/src/modules/channels/ui/channel-tax-provider.tsx
deleted file mode 100644
index 8005f58..0000000
--- a/apps/taxes/src/modules/channels/ui/channel-tax-provider.tsx
+++ /dev/null
@@ -1,160 +0,0 @@
-import { Grid, Typography } from "@material-ui/core";
-import { Warning } from "@material-ui/icons";
-import { Skeleton } from "@material-ui/lab";
-import { Button, makeStyles } from "@saleor/macaw-ui";
-import { PropsWithChildren } from "react";
-import { useAppRedirect } from "../../../lib/app/redirect";
-import { ProviderIcon } from "../../providers-configuration/ui/provider-icon";
-import { providerConfig, TaxProviderName } from "../../taxes/provider-config";
-import { useActiveTab, useChannelSlug, useInstanceId } from "../../taxes/tax-context";
-import { trpcClient } from "../../trpc/trpc-client";
-import { AppLink } from "../../ui/app-link";
-import { AppPaper } from "../../ui/app-paper";
-import { ChannelTaxProviderForm } from "./channel-tax-provider-form";
-
-const useStyles = makeStyles((theme) => ({
- centerWithGap: {
- display: "flex",
- alignItems: "center",
- gap: theme.spacing(1),
- },
-}));
-
-const NoDataPlaceholder = ({
- title,
- children,
-}: PropsWithChildren<{
- title: string;
-}>) => {
- const styles = useStyles();
-
- return (
- Error. No channel available
;
- }
-
- if (channels.data?.length === 0) {
- // empty space for grid
- return