docs: add jsdoc
This commit is contained in:
+2
-2
@@ -2,9 +2,9 @@ import { StrictMode } from "react"
|
||||
import { createRoot } from "react-dom/client"
|
||||
import { Provider } from "react-redux"
|
||||
import { BrowserRouter, Route, Routes } from "react-router"
|
||||
import { store } from "@/store"
|
||||
import store from "@/store"
|
||||
import "./index.css"
|
||||
import { ProtectedRoute } from "@/components/protected-route"
|
||||
import ProtectedRoute from "@/components/protected-route"
|
||||
|
||||
createRoot(document.getElementById("root")!).render(
|
||||
<StrictMode>
|
||||
|
||||
Reference in New Issue
Block a user