Skip to content

Commit 85bc9bd

Browse files
committed
fix: wrong type import
1 parent f7d9886 commit 85bc9bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/ActionCard.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { Card, Elevation } from '@blueprintjs/core'
22

33
import clsx from 'clsx'
4-
import { FC } from 'react'
5-
import { ReactNode } from 'react-markdown/lib/ast-to-react'
4+
import { FC, ReactNode } from 'react'
65
import { FCC } from 'types'
76

87
import { CardTitle } from 'components/CardTitle'

0 commit comments

Comments
 (0)