Skip to content

Commit 39c993e

Browse files
christophidespPanos Christophides
andauthored
set correct path for importing h4 (#447)
Co-authored-by: Panos Christophides <[email protected]>
1 parent f5b8158 commit 39c993e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tableV2/features/globalControls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { memo } from "react"
22
import Flex from "src/components/templates/flex"
33
import SearchInput from "src/components/search"
44
import { Icon } from "src/components/icon"
5-
import { H4 } from "@netdata/netdata-ui/lib/components/typography"
5+
import { H4 } from "src/components/typography"
66
import { debounce } from "throttle-debounce"
77

88
const GlobalControls = ({

0 commit comments

Comments
 (0)