tangled
alpha
login
or
join now
emarref.net
/
ticks
0
fork
atom
A daily game
0
fork
atom
overview
issues
pulls
pipelines
Remove unused import
Malcolm Fell
5 months ago
ee5d6830
b92eec3f
-1
1 changed file
expand all
collapse all
unified
split
src
components
game
variant-header.tsx
-1
src/components/game/variant-header.tsx
···
1
1
import { groupByValue } from "@/lib/game";
2
2
import { useBoardSubset, useSessionSubset } from "@/lib/hooks";
3
3
import { cva } from "class-variance-authority";
4
4
-
import { useMemo } from "react";
5
4
6
5
const variantHeader = cva("flex gap-2 text-sm font-bold", {
7
6
variants: {