Skip to content

Commit

Permalink
💄 Dynamic imports
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMazout committed Jul 3, 2024
1 parent 8162950 commit 13a0300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from 'wagmi'
import { useGetAssessorSlot } from '@/hooks/assessorSlot/useGetAssessorSlot'
import { handlePayment } from '@/server/actions/payment/handlePayment'
import { DisplayPayment } from '../payment/DisplayPayment'
import { DisplayPayment } from '@/components/payment/DisplayPayment'

type Props = {}

Expand Down
2 changes: 1 addition & 1 deletion motivator/src/core/components/signup/ConnectWalletCard.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { Card, CardContent, CardHeader } from '../ui/card'
import { Card, CardContent, CardHeader } from '@/components/ui/card'
import { ConnectButton } from '@rainbow-me/rainbowkit'

/**
Expand Down

0 comments on commit 13a0300

Please sign in to comment.