mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-13 06:51:32 +08:00

* feat: update the SideNav component * feat: add the Trace Explorer page with Query Builder * chore: build is fixed * chore: tsc build is fixed * chore: menu items is updated --------- Co-authored-by: Nazarenko19 <danil.nazarenko2000@gmail.com> Co-authored-by: Palash Gupta <palashgdev@gmail.com>
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
import styled from 'styled-components';
|
|
|
|
export const Container = styled.div`
|
|
margin: 1rem 0;
|
|
`;
|