openreplay/frontend/app/components/Dashboard/WidgetView/WidgetView.tsx
2022-03-18 13:31:02 +01:00

11 lines
No EOL
159 B
TypeScript

import React from 'react';
function WidgetView(props) {
return (
<div>
Widget view
</div>
);
}
export default WidgetView;