Skip to content

Commit 9f22b45

Browse files
chore: prettier
1 parent 436591c commit 9f22b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-notion-x/src/third-party/property.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import * as React from 'react'
33
import * as types from 'notion-types'
44
import format from 'date-fns/format/index.js'
55
import formatNumber from 'format-number'
6+
import { FormulaResult } from 'notion-types'
67

78
import { Checkbox } from '../components/checkbox'
89
import { GracefulImage } from '../components/graceful-image'
@@ -11,7 +12,6 @@ import { Text } from '../components/text'
1112
import { useNotionContext } from '../context'
1213
import { cs } from '../utils'
1314
import { evalFormula } from './eval-formula'
14-
import { FormulaResult } from 'notion-types'
1515

1616
export interface IPropertyProps {
1717
propertyId?: string

0 commit comments

Comments
 (0)