Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Fix duplicated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechdev committed Jul 7, 2020
1 parent 3febee3 commit cd23b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/components/MainMenu/MainMenu.tsx
Expand Up @@ -2,11 +2,6 @@ import React from "react";
import { FormattedMessage } from "react-intl";
import { commonMessages } from "@temp/intl";
import { useAuth, useCart } from "@saleor/sdk";
import {
mediumScreen,
smallScreen,
} from "../../globalStyles/scss/variables.scss";
import "./scss/index.scss";

import Media from "react-media";
import { Link } from "react-router-dom";
Expand Down
4 changes: 2 additions & 2 deletions src/index.tsx
Expand Up @@ -16,7 +16,7 @@ import {
ServiceWorkerProvider,
} from "@components/containers";
import { SaleorProvider, useAuth } from "@saleor/sdk";
import { CustomConfig } from "@saleor/sdk/lib/types";
import { ConfigInput } from "@saleor/sdk/lib/types";
import { defaultTheme, GlobalStyle } from "@styles";

import { App } from "./app";
Expand All @@ -31,7 +31,7 @@ import {
} from "./constants";
import { history } from "./history";

const SALEOR_CONFIG: CustomConfig = {
const SALEOR_CONFIG: ConfigInput = {
apiUrl,
};

Expand Down

0 comments on commit cd23b28

Please sign in to comment.