From 47be78a545388f99d20697c30cfd67c6259f8314 Mon Sep 17 00:00:00 2001 From: Eric Corson Date: Mon, 24 Jul 2023 11:57:51 +0900 Subject: [PATCH] fixup! Fix up staking delete unused file --- .../MyValidatorsTable/MyValidatorsTable.components.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 apps/namada-interface/src/App/Staking/StakingOverview/MyValidatorsTable/MyValidatorsTable.components.ts diff --git a/apps/namada-interface/src/App/Staking/StakingOverview/MyValidatorsTable/MyValidatorsTable.components.ts b/apps/namada-interface/src/App/Staking/StakingOverview/MyValidatorsTable/MyValidatorsTable.components.ts deleted file mode 100644 index 08510d45e4..0000000000 --- a/apps/namada-interface/src/App/Staking/StakingOverview/MyValidatorsTable/MyValidatorsTable.components.ts +++ /dev/null @@ -1,5 +0,0 @@ -import styled from "styled-components"; - -export const AllValidatorsSearchBar = styled.div` - margin-bottom: 8px; -`;