Skip to content

Commit

Permalink
fix: react route type
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Feb 7, 2022
1 parent 4ee2a88 commit 42303ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-react.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ declare module '~react-pages' {
declare module 'virtual:generated-pages-react' {
// eslint-disable-next-line import/no-duplicates
import type { RouteObject } from 'react-router'
const routes: RouteRecordRaw[]
const routes: RouteObject[]
export default routes
}

0 comments on commit 42303ee

Please sign in to comment.