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 Oct 11, 2024
1 parent 8302c5d commit 4cd5f82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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;

0 comments on commit 4cd5f82

Please sign in to comment.