Skip to content

Commit 8208665

Browse files
committed
prettier
1 parent 0fc6ef3 commit 8208665

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/components/ui/MemberProjectSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import { ArrowUpRight , Gamepad2,Palette } from "lucide-react";
1+
import { ArrowUpRight, Gamepad2, Palette } from "lucide-react";
22
import Image from "next/image";
33
import Link from "next/link";
44
import React from "react";
55

6-
import type { ArtData,GameData } from "@/hooks/useContributor";
6+
import type { ArtData, GameData } from "@/hooks/useContributor";
77

88
export default function MemberProjectSection(props: {
99
games: GameData[];

0 commit comments

Comments
 (0)