ndla-ui
Version:
UI component library for NDLA.
16 lines (14 loc) • 556 B
JavaScript
/**
* Copyright (c) 2017-present, NDLA.
*
* This source code is licensed under the GPLv3 license found in the
* LICENSE file in the root directory of this source tree.
*
*/
export const SUBJECT_MATERIAL = 'subject-material';
export const TASKS_AND_ACTIVITIES = 'tasks-and-activities';
export const ASSESSMENT_RESOURCES = 'assessment-resources';
export const SUBJECT = 'subject';
export const EXTERNAL_LEARNING_RESOURCES = 'external-learning-resources';
export const SOURCE_MATERIAL = 'source-material';
export const LEARNING_PATH = 'learning-path';