Skip to content

Commit

Permalink
fixup! Feat(codemods): Button and ButtonLink have isSymmetrical prop …
Browse files Browse the repository at this point in the history
…instead of isSquare #DS-1484
  • Loading branch information
curdaj committed Oct 4, 2024
1 parent 11cd047 commit 55334ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
// @ts-ignore: No declaration -- The library is not installed; we don't need to install it for fixtures.
import { Button } from '@lmc-eu/spirit-web-react/src';
import { Button } from '@lmc-eu/spirit-web-react';

export const MyComponent = () => (
<>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
// @ts-ignore: No declaration -- The library is not installed; we don't need to install it for fixtures.
import { Button } from '@lmc-eu/spirit-web-react/src';
import { Button } from '@lmc-eu/spirit-web-react';

export const MyComponent = () => (
<>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
// @ts-ignore: No declaration -- The library is not installed; we don't need to install it for fixtures.
import { ButtonLink } from '@lmc-eu/spirit-web-react/src';
import { ButtonLink } from '@lmc-eu/spirit-web-react';

export const MyComponent = () => (
<>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
// @ts-ignore: No declaration -- The library is not installed; we don't need to install it for fixtures.
import { ButtonLink } from '@lmc-eu/spirit-web-react/src';
import { ButtonLink } from '@lmc-eu/spirit-web-react';

export const MyComponent = () => (
<>
Expand Down

0 comments on commit 55334ad

Please sign in to comment.