Skip to content

Commit ed8dc7a

Browse files
epwinchellfhlavac
authored andcommitted
update set pragma
1 parent 1052752 commit ed8dc7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/module/src/MultiContentCard/MultiContentCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/** @jsx jsx */
2-
import { jsx, css } from '@emotion/react';
1+
/** @jsxImportSource @emotion/react */
2+
import { css } from '@emotion/react';
33
import React from 'react';
44
import {
55
Card,

packages/module/src/ServiceCard/ServiceCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/** @jsx jsx */
2-
import { jsx, css } from '@emotion/react';
1+
/** @jsxImportSource @emotion/react */
2+
import { css } from '@emotion/react';
33
import React from 'react';
44
import { Card, CardBody, CardFooter, CardHeader, CardProps, Content, ContentVariants, Flex, FlexItem } from '@patternfly/react-core';
55
import { HelperText, HelperTextItem } from '@patternfly/react-core/dist/dynamic/components/HelperText';

0 commit comments

Comments
 (0)