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 1024f75 commit 9af713b
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,5 +1,3 @@
// 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 @@ -11,6 +9,8 @@ interface Step {
description: string;
}

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

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

0 comments on commit 9af713b

Please sign in to comment.