🔧 Update tsconfig.json and fix errors (#1859)

This commit is contained in:
Alejandra
2025-09-08 12:51:26 +02:00
committed by GitHub
parent d8bdcb2ef2
commit 5f1ba46404
6 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ import {
QueryClientProvider,
} from "@tanstack/react-query"
import { RouterProvider, createRouter } from "@tanstack/react-router"
import React, { StrictMode } from "react"
import { StrictMode } from "react"
import ReactDOM from "react-dom/client"
import { routeTree } from "./routeTree.gen"