Skip to content

Commit

Permalink
Use .tsx for dbRoute instead .ts
Browse files Browse the repository at this point in the history
  • Loading branch information
diksipav committed Aug 21, 2024
1 parent d168cb9 commit 4ca90d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {createContext, useContext} from "react";
import {createContext, useContext, ReactNode} from "react";

export type NavigateFunction = (
path: string | {path?: string; searchParams?: URLSearchParams},
Expand Down

0 comments on commit 4ca90d3

Please sign in to comment.