Skip to content

Commit

Permalink
reconfigure the import
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Gupta <[email protected]>
  • Loading branch information
ShivamCoder23 committed Jan 5, 2025
1 parent 1f78666 commit 2fe6c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reusecore/Blockquote/Blockquote-alt-style/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";
import PropTypes from "prop-types";
import BlockquoteStyle from "./blockquote.style";

export { BlockquoteAlt };
const BlockquoteAlt = ({ className, ...props }) => {
const AllClasses = ["blockquote"];
if (className) {
Expand Down Expand Up @@ -33,3 +32,4 @@ BlockquoteAlt.propTypes = {
};

export default BlockquoteAlt;
export { BlockquoteAlt };

0 comments on commit 2fe6c48

Please sign in to comment.