Skip to content

Commit 61ab9ad

Browse files
committed
import from utils, not hightable
1 parent 34db646 commit 61ab9ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/hyparquet-demo/src/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { ReactNode } from 'react'
22
import Page, { PageProps } from './Page.js'
33
import Welcome from './Welcome.js'
44

5-
import { AsyncBufferFrom, Row, asyncBufferFrom, parquetQueryWorker } from '@hyparam/utils'
6-
import { DataFrame, rowCache } from 'hightable'
5+
import { AsyncBufferFrom, DataFrame, Row, asyncBufferFrom, parquetQueryWorker, rowCache } from '@hyparam/utils'
76
import { FileMetaData, byteLengthFromUrl, parquetMetadataAsync, parquetSchema } from 'hyparquet'
87
import { useCallback, useEffect, useState } from 'react'
98
import Dropzone from './Dropzone.js'

apps/hyparquet-demo/src/Page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import HighTable, { DataFrame } from 'hightable'
1+
import { DataFrame } from '@hyparam/utils'
2+
import HighTable from 'hightable'
23
import { FileMetaData } from 'hyparquet'
34
import { ReactNode, useState } from 'react'
45
import Dropdown from './Dropdown.js'

0 commit comments

Comments
 (0)