diff --git a/src/components/PatchesPage/ListArea.tsx b/src/components/PatchesPage/ListArea.tsx index 16d3ca0ae3..69b323849a 100644 --- a/src/components/PatchesPage/ListArea.tsx +++ b/src/components/PatchesPage/ListArea.tsx @@ -2,7 +2,7 @@ import styled from "@emotion/styled"; import { Skeleton } from "antd"; import { Analytics } from "analytics/addPageAction"; import { PatchesPagePatchesFragment } from "gql/generated/types"; -import { PatchCard } from "./patchCard/index"; +import { PatchCard } from "./PatchCard"; export const ListArea: React.FC<{ analyticsObject?: Analytics<