Skip to content

Commit

Permalink
Apply Prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantheon Bot committed Aug 15, 2024
1 parent 75f6e6e commit 2adb094
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/callout.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react"
import ExternalLink from "./externalLink"
import React from 'react';
import ExternalLink from './externalLink';

const Callout = ({ type, children, title, link }) => {
return (
Expand All @@ -9,6 +9,6 @@ const Callout = ({ type, children, title, link }) => {
</h4>
{children}
</div>
)
}
export default Callout
);
};
export default Callout;

0 comments on commit 2adb094

Please sign in to comment.