mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 07:29:02 +08:00
fix(loadash): moved to es format (#355)
This commit is contained in:
parent
43369bdefb
commit
148d7d99ed
@ -4,7 +4,7 @@ import { InfoCircleOutlined } from "@ant-design/icons";
|
||||
import { Select } from "antd";
|
||||
import styled from "styled-components";
|
||||
const { Option } = Select;
|
||||
import { cloneDeep } from "lodash";
|
||||
import { cloneDeep } from "lodash-es";
|
||||
|
||||
const Container = styled.div`
|
||||
margin-top: 12px;
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { cloneDeep, find, maxBy, uniq, uniqBy } from 'lodash';
|
||||
import { cloneDeep, find, maxBy, uniq, uniqBy } from 'lodash-es';
|
||||
import { serviceMapStore } from 'store/actions';
|
||||
|
||||
import { graphDataType } from './ServiceMap';
|
||||
|
Loading…
x
Reference in New Issue
Block a user