docs: add jsdoc

This commit is contained in:
2025-08-03 11:42:24 +08:00
parent 83be7c004a
commit 10c4c6d059
6 changed files with 99 additions and 8 deletions
+2 -2
View File
@@ -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>