Skip to content

Commit

Permalink
Merge ba4a11d into 27dd390
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence authored Oct 11, 2024
2 parents 27dd390 + ba4a11d commit 8302c5d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 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 @@ -11,5 +11,4 @@ const Callout = ({ type, children, title, link }) => {
</div>
)
}

export default Callout
export default Callout;

0 comments on commit 8302c5d

Please sign in to comment.