Skip to content

Commit

Permalink
Cleanup deps;
Browse files Browse the repository at this point in the history
  • Loading branch information
stef-coenen committed Oct 24, 2024
1 parent f71e0aa commit c85b7fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/js-lib/src/core/ReactionData/ReactionsProvider.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import { FileIdFileIdentifier, GlobalTransitIdFileIdentifier } from '../../../core';
import { tryJsonParse } from '../../helpers/DataUtil';
import { EmojiReaction } from '../core';

import { DotYouClient } from '../DotYouClient';
import { EmojiReaction } from '../DriveData/File/DriveFileReactionTypes';
import {
FileIdFileIdentifier,
GlobalTransitIdFileIdentifier,
} from '../DriveData/File/DriveFileTypes';

const emojiRootTransit = '/transit/reactions';
const emojiRoot = '/drive/files/reactions';
Expand Down

0 comments on commit c85b7fd

Please sign in to comment.