feat(devices-health-check): create base component

This commit is contained in:
RadoslavDimchev 2024-03-15 22:02:37 +02:00 committed by Radoslav Dimchev
parent 0366ebf91b
commit 0219fdcc8d

View File

@ -0,0 +1,5 @@
const DevicesHealthCheck = () => {
return <div></div>
}
export default DevicesHealthCheck