diff options
Diffstat (limited to 'frontend/src/index.tsx')
| -rw-r--r-- | frontend/src/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index eec2ff4..2eef1bc 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | import React from 'react'; | 1 | import React from 'react'; |
| 2 | import ReactDOM from 'react-dom/client'; | 2 | import ReactDOM from 'react-dom/client'; |
| 3 | import { BrowserRouter } from "react-router-dom"; | 3 | import { BrowserRouter } from 'react-router-dom'; |
| 4 | 4 | ||
| 5 | import App from './App'; | 5 | import App from './App'; |
| 6 | 6 | ||