Skip to content

Commit

Permalink
feat: add react import to react router plugin client components
Browse files Browse the repository at this point in the history
  • Loading branch information
oedotme committed Feb 14, 2023
1 parent fc8d889 commit e7a806a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/react-router/src/client/components.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react'
import { generatePath, Link, LinkProps, Navigate } from 'react-router-dom'

export const components = <Path extends string, Params extends Record<string, any>>() => {
Expand Down

0 comments on commit e7a806a

Please sign in to comment.