Skip to content

Commit

Permalink
fix: Button import in CreditCardExpiredBanner.tsx (linode#11271)
Browse files Browse the repository at this point in the history
Co-authored-by: Banks Nussman <banks@nussman.us>
  • Loading branch information
bnussman-akamai and bnussman authored Nov 18, 2024
1 parent 2572e57 commit fce1b81
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Typography } from '@mui/material';
import { Button } from '@linode/ui';
import * as React from 'react';
import { useHistory } from 'react-router-dom';

import { Button } from 'src/components/Button/Button';
import { DismissibleBanner } from 'src/components/DismissibleBanner/DismissibleBanner';
import { Typography } from 'src/components/Typography';
import { useAccount } from 'src/queries/account/account';
import { isCreditCardExpired } from 'src/utilities/creditCard';

Expand Down

0 comments on commit fce1b81

Please sign in to comment.