Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTRy committed Dec 4, 2023
1 parent b543eac commit 4866ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/organisms/FancyButton/FancyButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import React from 'react';
import { css } from 'styled-components';

import LoadingSVGArrows from '../../atoms/LoadingSVGArrows/LoadingSVGArrows';
import Button, { IButtonProps } from '../../molecules/Button/Button';
import Button from '@/components/molecules/Button/Button';
import FancyContent from '../../molecules/FancyContent/FancyContent';
import { generateFancyButton } from './FancyButton.style';

import { IButton } from '../../molecules/Button/Button';
import { TTypography } from '@/interface/TTypography';
import { TBorderRadiusSizes } from '@/interface/TBorderRadius';
import { IButton, IButtonProps } from '@/components/molecules/Button/Button.model';

const alignment = {
left: 'flex-start' as const,
Expand Down

0 comments on commit 4866ec5

Please sign in to comment.