Skip to content

Commit a87138c

Browse files
mohas22mohas22
authored andcommitted
updated based on comments
1 parent cb3684b commit a87138c

File tree

1 file changed

+2
-1
lines changed
  • packages/react-sdk-components/src/components/designSystemExtension/WssQuickCreate

1 file changed

+2
-1
lines changed

packages/react-sdk-components/src/components/designSystemExtension/WssQuickCreate/WssQuickCreate.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Button } from '@mui/material';
2-
import './WssQuickCreate.css';
32
import { makeStyles } from '@mui/styles';
3+
import './WssQuickCreate.css';
44

55
// WssQuickCreate is one of the few components that does NOT have getPConnect.
66
// So, no need to extend PConnProps
@@ -22,6 +22,7 @@ const useStyles = makeStyles(theme => ({
2222
export default function WssQuickCreate(props: WssQuickCreateProps) {
2323
const { heading, actions } = props;
2424
const classes = useStyles();
25+
2526
return (
2627
<div>
2728
<h1 id='quick-links-heading' className='quick-links-heading'>

0 commit comments

Comments
 (0)