Skip to content

Commit c858c34

Browse files
committed
imports
1 parent e647612 commit c858c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/react/src/components/quick-animation.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import React, {useState, useRef, useMemo} from 'react';
55
import DeckGL, {DeckGLRef} from '@deck.gl/react/typed';
66
import BasicControls from './basic-controls';
77
import {useDeckAdapter, useNextFrame} from '../hooks';
8-
import type {MapViewState} from '@deck.gl/core/typed';
9-
import {FormatConfigs} from '@hubble.gl/core';
8+
import type {DeckProps, MapViewState} from '@deck.gl/core/typed';
9+
import type {DeckAnimation, FormatConfigs, Timecode} from '@hubble.gl/core';
1010

1111
export const QuickAnimation = ({
1212
initialViewState,

0 commit comments

Comments
 (0)