Skip to content

Commit

Permalink
fix(navigationheader): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Nov 28, 2024
1 parent 74ce292 commit b1c79c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/core/NavigationHeader/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
getSemanticColors,
getSpaces,
} from "../styles";
import Tag, { TagProps } from "../Tag";
import Tag from "../Tag";
import InputSearch from "../InputSearch";
import styled from "@emotion/styled";
import Link from "../Link";
Expand Down

0 comments on commit b1c79c5

Please sign in to comment.