Skip to content

Commit

Permalink
fix: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiiadan committed Nov 18, 2024
1 parent 9af713b commit 1aa2545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/members/memberFlipCard.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Source: https://github.com/mematthew123/3dFlipCards-demo

import React from "react";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faArrowDown } from "@fortawesome/free-solid-svg-icons";
Expand All @@ -9,8 +11,6 @@ interface Step {
description: string;
}

// Source: https://github.com/mematthew123/3dFlipCards-demo

const steps: Step[] = [
{
step: "00",
Expand Down

0 comments on commit 1aa2545

Please sign in to comment.