We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092ada3 commit 2f83334Copy full SHA for 2f83334
src/components/buttons/Button.tsx
@@ -2,7 +2,6 @@ import React from 'react';
2
import { FC } from 'react';
3
import styled from 'styled-components';
4
import { brandColors, neutralColors } from '../../common/colors';
5
-import { rotate } from '../../styled-components/animations';
6
import { ButtonText } from '../typography/ButtonText';
7
import { Loader, LoadingContainer } from './common';
8
import { IButtonContainerProps, IButtonProps } from './type';
0 commit comments