mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-22 21:11:07 +08:00

* feat: add the export panel to the traces explorer * feat: onExport dashboard widget is updated * chore: made common hook useDashboard --------- Co-authored-by: Palash Gupta <palashgdev@gmail.com>
11 lines
188 B
TypeScript
11 lines
188 B
TypeScript
import styled from 'styled-components';
|
|
|
|
export const Container = styled.div`
|
|
margin: 1rem 0;
|
|
`;
|
|
|
|
export const ActionsWrapper = styled.div`
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
`;
|