Skip to content

Commit

Permalink
Remove unused SCOPE_ constants
Browse files Browse the repository at this point in the history
  • Loading branch information
12joan committed Nov 28, 2023
1 parent 3120eca commit 81aa9ca
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/comments/src/stores/comment/CommentProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
useCommentsSelectors,
} from '../comments/CommentsProvider';

export const SCOPE_COMMENT = 'comment';
export const SCOPE_ACTIVE_COMMENT = 'activeComment';

export interface CommentStoreState {
Expand Down
2 changes: 0 additions & 2 deletions packages/comments/src/stores/comments/CommentsProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import {

import { CommentUser, TComment } from '../../types';

export const SCOPE_COMMENTS = 'comments';

export interface CommentsStoreState {
/**
* Id of the current user.
Expand Down
2 changes: 0 additions & 2 deletions packages/suggestion/src/store/SuggestionProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { createAtomStore, nanoid, WithPartial } from '@udecode/plate-common';

import { SuggestionUser, TSuggestion } from '../types';

export const SCOPE_SUGGESTION = 'suggestion';

export interface SuggestionStoreState {
/**
* Users data.
Expand Down

0 comments on commit 81aa9ca

Please sign in to comment.