trex icon indicating copy to clipboard operation
trex copied to clipboard

[workspace] Move UI components from 'shared' package to proper one

Open ascariandrea opened this issue 2 years ago • 0 comments

The shared package now contains everything used by the platforms, on server and client side. This causes to have all the dependencies defined by shared package installed on both backend and frontend, ending up having "@material/ui" installed on the backend.

Proposed Solution

Craete a new package exclusively for UI, so to move all the deps from shared related to UI

ascariandrea avatar Nov 30 '22 07:11 ascariandrea