FIX: Removes ununsed code

This commit is contained in:
Nicolás Hatcher
2025-07-18 06:44:59 +02:00
committed by Nicolás Hatcher Andrés
parent f8af302413
commit 77bb7ebe0e

View File

@@ -117,19 +117,6 @@ const StyledIronCalcIcon = styled(IronCalcIcon)`
} }
`; `;
const HelpButton = styled("div")`
display: flex;
align-items: center;
font-size: 12px;
font-family: Inter;
padding: 8px;
border-radius: 4px;
cursor: pointer;
&:hover {
background-color: #f2f2f2;
}
`;
const Divider = styled("div")` const Divider = styled("div")`
margin: 0px 8px 0px 16px; margin: 0px 8px 0px 16px;
height: 12px; height: 12px;