Skip to content

Commit f5b7438

Browse files
committed
update set pragma
1 parent 59fa76e commit f5b7438

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/module/src/MultiContentCard/MultiContentCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @jsx jsx */
1+
/** @jsxImportSource @emotion/react */
22
import { jsx, css } from '@emotion/react';
33
import React from 'react';
44
import {

packages/module/src/ServiceCard/ServiceCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @jsx jsx */
1+
/** @jsxImportSource @emotion/react */
22
import { jsx, css } from '@emotion/react';
33
import React from 'react';
44
import { Card, CardBody, CardFooter, CardHeader, CardProps, Content, ContentVariants, Flex, FlexItem } from '@patternfly/react-core';

0 commit comments

Comments
 (0)