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:
parent
8893b701b0
commit
d7df229927
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ const NotSignedInBox = (props) => {
|
|||
</p>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
export default NotSignedInBox;
|
||||
|
|
Loading…
Add table
Reference in a new issue