diff options
author | Vitaly Takmazov | 2018-03-02 15:44:24 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:52 +0300 |
commit | 96c3e2de18b51259ef0a8bd3562056f3d1f151ad (patch) | |
tree | 69bf0ac18932956f3e945077e808b7ba4a3a22a3 /vnext/src/components/Navigation.js | |
parent | fb44a9cf650889f097701ebf27a8032f3f0fcc20 (diff) |
LoginButton component
Diffstat (limited to 'vnext/src/components/Navigation.js')
-rw-r--r-- | vnext/src/components/Navigation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/Navigation.js b/vnext/src/components/Navigation.js index 1f0e9483..95693d81 100644 --- a/vnext/src/components/Navigation.js +++ b/vnext/src/components/Navigation.js @@ -39,4 +39,4 @@ export default class Navigation extends React.Component { </header> ) } -}
\ No newline at end of file +} |