mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
chore: removed time tracking on enterprise (#669)
This commit is contained in:
@@ -1 +1,11 @@
|
||||
export * from "ce/constants/project/settings/features";
|
||||
import {
|
||||
TFeatureList,
|
||||
TProjectFeatures,
|
||||
PROJECT_FEATURES_LIST as PROJECT_FEATURES_LIST_CE,
|
||||
} from "ce/constants/project/settings/features";
|
||||
|
||||
export const PROJECT_FEATURES_LIST: TProjectFeatures = {
|
||||
project_features: PROJECT_FEATURES_LIST_CE.project_features,
|
||||
};
|
||||
|
||||
export type { TFeatureList, TProjectFeatures };
|
||||
|
||||
Reference in New Issue
Block a user