tsconfig.json strictest

This commit is contained in:
2026-03-05 15:15:47 -06:00
parent 4664aa983d
commit 3071ae41e6
7 changed files with 27 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
import {createContext, PropsWithChildren, useContext, useEffect, useState, useSyncExternalStore} from "react";
import {createContext, PropsWithChildren, useContext, useEffect, useState, } from "react";
import {DEFAULT, Path, Router} from "./router";
const RouterContext = createContext<Router>(DEFAULT);