diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-06 03:50:33 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-06 03:50:33 -0400 |
| commit | 87a3063fa0d0726334125209e74930ebf8422a44 (patch) | |
| tree | 4ade602e9980dd5c3289e68a976d8ca67fcf707d /src/client/views/Main.tsx | |
| parent | 7db7bad21d25ad5be63810d9c4511ccb3428b2f5 (diff) | |
fixed formatting, reset and document persistence
Diffstat (limited to 'src/client/views/Main.tsx')
| -rw-r--r-- | src/client/views/Main.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index 3d9750a85..281d9159b 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -8,4 +8,4 @@ import * as React from 'react'; await Docs.initProtos(); await CurrentUserUtils.loadCurrentUser(); ReactDOM.render(<MainView />, document.getElementById('root')); -})(); +})();
\ No newline at end of file |
