Skip to content

Commit d68b633

Browse files
authored
docs(README): remove redundant type-only specifier in example (#42)
1 parent d2a3d36 commit d68b633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export function App() {
161161
For pages where you want to display a signed-in and signed-out view, use `authkitLoader` to retrieve the user profile from WorkOS. You can pass in additional data by providing a loader function directly to `authkitLoader`.
162162

163163
```tsx
164-
import type {
164+
import {
165165
type ActionFunctionArgs,
166166
type LoaderFunctionArgs,
167167
data,

0 commit comments

Comments
 (0)