Skip to content

Commit

Permalink
test (million)
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Jun 6, 2024
1 parent d8b9e16 commit 60262a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/games/games-grid.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"use client";

import * as React from "react";
import { GamesRoute } from "~/lib/types";
import Link from "next/link";
Expand Down
1 change: 1 addition & 0 deletions src/components/info/info-grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function InfoCard({ href, icon, title, description }: Readonly<InfoCardProps>) {
}

// probably fine
// million-ignore
export function InfoGrid() {
const [discordMembers, setDiscordMembers] = useState<number>(0);

Expand Down

0 comments on commit 60262a3

Please sign in to comment.