Skip to content

Commit 2f83334

Browse files
committed
fix build issue
1 parent 092ada3 commit 2f83334

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/buttons/Button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from 'react';
22
import { FC } from 'react';
33
import styled from 'styled-components';
44
import { brandColors, neutralColors } from '../../common/colors';
5-
import { rotate } from '../../styled-components/animations';
65
import { ButtonText } from '../typography/ButtonText';
76
import { Loader, LoadingContainer } from './common';
87
import { IButtonContainerProps, IButtonProps } from './type';

0 commit comments

Comments
 (0)