diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-02-26 20:44:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 20:44:37 +0300 |
| commit | 95caa9dc16cbefcb984ac7a70c5a05b66bab2230 (patch) | |
| tree | 3e9ae6888905b1a750ad855e3d5b46f70d062481 /frontend/src/main.tsx | |
| parent | actually add update profile route (#30) (diff) | |
| parent | Update package.json (diff) | |
| download | lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.tar.gz lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.tar.bz2 lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.zip | |
Merge pull request #32 from Nidboj132/main
frontend
Diffstat (limited to 'frontend/src/main.tsx')
| -rw-r--r-- | frontend/src/main.tsx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx deleted file mode 100644 index 791f139..0000000 --- a/frontend/src/main.tsx +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | import React from 'react' | ||
| 2 | import ReactDOM from 'react-dom/client' | ||
| 3 | import App from './App' | ||
| 4 | import './index.css' | ||
| 5 | |||
| 6 | ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render( | ||
| 7 | <React.StrictMode> | ||
| 8 | <App /> | ||
| 9 | </React.StrictMode>, | ||
| 10 | ) | ||