Skip to content

Commit ba4a11d

Browse files
committed
intentionally add breaking code
1 parent 96ac198 commit ba4a11d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/callout.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import React from 'react';
2-
import ExternalLink from './externalLink';
1+
import React from "react";
2+
import ExternalLink from "./externalLink";
33

44
const Callout = ({ type, children, title, link }) => {
55
return (
@@ -9,6 +9,6 @@ const Callout = ({ type, children, title, link }) => {
99
</h4>
1010
{children}
1111
</div>
12-
);
13-
};
12+
)
13+
}
1414
export default Callout;

0 commit comments

Comments
 (0)