mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-30 00:55:11 +08:00
Merge pull request #79 from SigNoz/prod-deployment-issues
fixes prod build issue
This commit is contained in:
commit
7bafcdb3da
@ -1,7 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
export const ServiceMetrics = React.lazy(
|
||||
() => import("Src/modules/metrics/ServiceMetricsDef"),
|
||||
() => import("Src/modules/Metrics/ServiceMetricsDef"),
|
||||
);
|
||||
export const ServiceMap = React.lazy(
|
||||
() => import("Src/modules/Servicemap/ServiceMap"),
|
||||
@ -16,7 +16,7 @@ export const UsageExplorer = React.lazy(
|
||||
() => import("Src/modules/Usage/UsageExplorerDef"),
|
||||
);
|
||||
export const ServicesTable = React.lazy(
|
||||
() => import("Src/modules/metrics/ServicesTableDef"),
|
||||
() => import("Src/modules/Metrics/ServicesTableDef"),
|
||||
);
|
||||
export const Signup = React.lazy(() => import("Src/modules/Auth/Signup"));
|
||||
export const SettingsPage = React.lazy(
|
||||
|
Loading…
x
Reference in New Issue
Block a user