mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix import/export, remove need for .alias.js, closes #74
This commit is contained in:
@@ -4,7 +4,7 @@ import { motion } from "framer-motion";
|
||||
|
||||
const AnimatedFlex = motion.custom(Flex);
|
||||
|
||||
const FooterButton = React.forwardRef(
|
||||
export const FooterButton = React.forwardRef(
|
||||
({ onClick, side, children, ...props }, ref) => {
|
||||
return (
|
||||
<AnimatedFlex
|
||||
@@ -27,5 +27,3 @@ const FooterButton = React.forwardRef(
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
export default FooterButton;
|
||||
|
Reference in New Issue
Block a user