Skip to content

Commit

Permalink
fix: example
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Jun 5, 2024
1 parent cfd8dc7 commit ad12f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/frontend-only/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
createConfig,
useProfile,
} from '@fc-auth/react'
import '@fc-auth/react/styles.css'
import '@fc-auth/react/style.css'
import { QueryClient, QueryClientProvider } from '@tanstack/react-query'
import { JsonRpcProvider } from 'ethers'

Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-auth/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '@fc-auth/react/styles.css'
import '@fc-auth/react/style.css'

import {
AuthKitProvider,
Expand Down

0 comments on commit ad12f5d

Please sign in to comment.