mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-10 06:56:30 +08:00
5 lines
226 B
TypeScript
5 lines
226 B
TypeScript
export { TraceGraph as default } from './TraceGraph';
|
|
|
|
// PNOTE
|
|
// Because react.lazy doesn't work on named components
|
|
// https://reactjs.org/docs/code-splitting.html#:~:text=Named%20Exports,t%20pull%20in%20unused%20components
|