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

Commit

Permalink
fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed Nov 27, 2023
1 parent 33f1d7b commit 45a7c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PatchesPage/ListArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<
Expand Down

0 comments on commit 45a7c6e

Please sign in to comment.