diff --git a/package-lock.json b/package-lock.json index 5d9460c..4d04f41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2945,9 +2945,9 @@ } }, "node_modules/@orchestrator-ui/orchestrator-ui-components": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@orchestrator-ui/orchestrator-ui-components/-/orchestrator-ui-components-1.4.0.tgz", - "integrity": "sha512-FOU1DlGq30lO3vBLMJ4hgHi6K5eS8kiJH6xV7+7ZQjWAwBetFXEeAmRncKTTl4ZlJZSk+Liq0ZULbPy26KYBsA==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@orchestrator-ui/orchestrator-ui-components/-/orchestrator-ui-components-1.10.0.tgz", + "integrity": "sha512-yvqOHY++OD2vPmsR/d+GCHlSUQMrL+AO7tqBb5mAg87imAfNKNCmoKsHyB8kdhmnM0i3gh3fX6eMBMeItovZ+Q==", "dependencies": { "@emotion/css": "^11.11.2", "@emotion/react": "^11.11.1", diff --git a/pages/metadata/tasks.tsx b/pages/metadata/tasks.tsx new file mode 100644 index 0000000..5d8e1c5 --- /dev/null +++ b/pages/metadata/tasks.tsx @@ -0,0 +1,7 @@ +import React from 'react'; + +import { WfoTasksPage } from '@orchestrator-ui/orchestrator-ui-components'; + +export const TasksPage = () => ; + +export default TasksPage;