Skip to content

Commit

Permalink
fix: correct import path
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Apr 2, 2020
1 parent 31487f0 commit 8db3a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { i18n } from "@webiny/app/i18n";
import { ConfirmationDialog } from "@webiny/ui/ConfirmationDialog";
import { DeleteIcon } from "@webiny/ui/List/DataList/icons";
import { useCrud } from "@webiny/app-admin/hooks/useCrud";
import CurrentEnvironmentLabel from "./../components/CurrentEnvironmentLabel";
import CurrentEnvironmentLabel from "./../../components/CurrentEnvironmentLabel";
import {
DataList,
List,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { DELETE_CONTENT_MODEL } from "../../viewsGraphql";
import { useApolloClient } from "react-apollo";
import { useHandler } from "@webiny/app/hooks/useHandler";
import { useSnackbar } from "@webiny/app-admin/hooks/useSnackbar";
import CurrentEnvironmentLabel from "./../components/CurrentEnvironmentLabel";
import CurrentEnvironmentLabel from "./../../components/CurrentEnvironmentLabel";

import {
DataList,
Expand Down

0 comments on commit 8db3a16

Please sign in to comment.