diff options
| author | jackyzha0 <[email protected]> | 2021-04-11 13:50:20 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-04-11 13:50:20 -0700 |
| commit | d58c7a3ad5dc83a08e040a855f158f8c6c09e154 (patch) | |
| tree | ec2f295f0816858915702c1f4e67973c2e4976fa /frontend/src/index.js | |
| parent | refactor error handling in pasteinfo (diff) | |
| download | ctrl-v-d58c7a3ad5dc83a08e040a855f158f8c6c09e154.tar.xz ctrl-v-d58c7a3ad5dc83a08e040a855f158f8c6c09e154.zip | |
password resolution, dynamic head
Diffstat (limited to 'frontend/src/index.js')
| -rw-r--r-- | frontend/src/index.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/frontend/src/index.js b/frontend/src/index.js deleted file mode 100644 index 7173ce5..0000000 --- a/frontend/src/index.js +++ /dev/null @@ -1,10 +0,0 @@ -import React from 'react'; -import ReactDOM from 'react-dom'; -import App from './App'; - -ReactDOM.render( - <React.StrictMode> - <App /> - </React.StrictMode>, - document.getElementById('root') -);
\ No newline at end of file |