From a2da319e7c729d3d2d5f94eace807ab9ab2f5493 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Fri, 26 Aug 2022 17:35:59 -0700 Subject: [PATCH] Remove unused import --- web/pages/tournaments/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/pages/tournaments/index.tsx b/web/pages/tournaments/index.tsx index 8d500989..feb4dd8d 100644 --- a/web/pages/tournaments/index.tsx +++ b/web/pages/tournaments/index.tsx @@ -8,7 +8,6 @@ import clsx from 'clsx' import { BinaryContract, Contract, - PseudoNumeric, PseudoNumericContract, } from 'common/contract' import { Group } from 'common/group'