diff --git a/packages/app/src/App.tsx b/packages/app/src/App.tsx index 81dbdf4cac..244bc7aa2a 100644 --- a/packages/app/src/App.tsx +++ b/packages/app/src/App.tsx @@ -114,9 +114,7 @@ const routes = ( {/* TODO(rubenl): Move this to / once its more mature and components exist */} - }> - - + } /> } /> ( - - - - - - - - - - - - - - ( - - ), - }, - { - label: 'Any', - Component: () => ( - - ), - }, - ]} - /> - - + +
+ +
+ + + + + + + + + + + + ( + + ), + }, + { + label: 'Any', + Component: () => ( + + ), + }, + ]} + /> + + + +
);