Skip to content

Commit

Permalink
do not import types from /dist
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalicki2 committed May 15, 2024
1 parent 823ad6f commit a3efbd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { useEffect, useState } from 'react';
import { ParentCache } from './ParentCache';
import { useHasCommittedRef } from './useHasCommittedRef';
import { ItemCleanupPair } from '@isograph/disposable-types/dist';
import { ItemCleanupPair } from '@isograph/disposable-types';

/**
* usePrecommitValue<T>
Expand Down

0 comments on commit a3efbd8

Please sign in to comment.