Skip to content

Commit

Permalink
add task page and update version orchestrator-ui components
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter1975 committed Apr 9, 2024
1 parent 91b5293 commit 591200e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions pages/metadata/tasks.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';

import { WfoTasksPage } from '@orchestrator-ui/orchestrator-ui-components';

export const TasksPage = () => <WfoTasksPage />;

export default TasksPage;

0 comments on commit 591200e

Please sign in to comment.