0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Fixed the missing semicolon problem with compiling

This commit is contained in:
James Morris 2022-07-08 12:13:41 +02:00
parent 8893b701b0
commit d7df229927

View file

@ -24,6 +24,6 @@ const NotSignedInBox = (props) => {
</p>
</section>
);
}
};
export default NotSignedInBox;