Skip to content

lib: Rework hardware files

Valentin Valls requested to merge rework-lib-hardware into main

Create an index.ts for each hardware and use a dedicated name instead of Default.tsx.

This follows the PR !690 (merged) and !693 (merged) to provide the same layout, so what this could be easier to move the content if needed and to remember what it is related for.

As the lib is right now abstracted by a global index.ts, this doesn't break anything.

Merge request reports