Skip to content

Commit

Permalink
fix(TM-source): fix tanstack query import
Browse files Browse the repository at this point in the history
  • Loading branch information
sheilaXu committed Aug 24, 2023
1 parent 66a752e commit 3bc704f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { DataRequest, Provider, ProviderObserver, DataBase, DataStreamBase } from '@iot-app-kit/core';
import { QueryClient, QueryObserver } from '@tanstack/react-query';
import { QueryClient, QueryObserver } from '@tanstack/query-core';

import { IoTTwinMakerClient } from '@aws-sdk/client-iottwinmaker';
import { getPropertyValueByEntity } from './client/getPropertyValueByEntity';
Expand Down

0 comments on commit 3bc704f

Please sign in to comment.