We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc6ef3 commit 8208665Copy full SHA for 8208665
1 file changed
client/src/components/ui/MemberProjectSection.tsx
@@ -1,9 +1,9 @@
1
-import { ArrowUpRight , Gamepad2,Palette } from "lucide-react";
+import { ArrowUpRight, Gamepad2, Palette } from "lucide-react";
2
import Image from "next/image";
3
import Link from "next/link";
4
import React from "react";
5
6
-import type { ArtData,GameData } from "@/hooks/useContributor";
+import type { ArtData, GameData } from "@/hooks/useContributor";
7
8
export default function MemberProjectSection(props: {
9
games: GameData[];
0 commit comments