Skip to content

Commit 04daac3

Browse files
author
Pantheon Bot
committed
Apply Prettier formatting
1 parent d2266a5 commit 04daac3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/callout.js

Lines changed: 5 additions & 5 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-
}
14-
export default Callout
12+
);
13+
};
14+
export default Callout;

0 commit comments

Comments
 (0)