chore: removed time tracking on enterprise (#669)

This commit is contained in:
guru_sainath
2024-07-19 17:18:56 +05:30
committed by GitHub
parent af46df33b9
commit 438e44d3ec

View File

@@ -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 };