|
1 | 1 | import React, { memo, forwardRef, useId, type ReactNode, type CSSProperties } from "react"; |
2 | | -import { fr } from "../fr"; |
3 | | -import { createComponentI18nApi } from "../i18n"; |
| 2 | +import { fr } from "./fr"; |
| 3 | +import { createComponentI18nApi } from "./i18n"; |
4 | 4 | import { symToStr } from "tsafe/symToStr"; |
5 | | -import { cx } from "../tools/cx"; |
6 | | -import { getLink } from "../link"; |
7 | | -import type { RegisteredLinkProps } from "../link"; |
| 5 | +import { cx } from "./tools/cx"; |
| 6 | +import { getLink } from "./link"; |
| 7 | +import type { RegisteredLinkProps } from "./link"; |
8 | 8 | import { assert } from "tsafe/assert"; |
9 | 9 | import type { Equals } from "tsafe"; |
10 | | -import type { FrIconClassName, RiIconClassName } from "../fr/generatedFromCss/classNames"; |
11 | | -import type { MainNavigationProps } from "../MainNavigation"; |
12 | | -import { MainNavigation } from "../MainNavigation"; |
13 | | -import { Display } from "../Display/Display"; |
14 | | -import { setBrandTopAndHomeLinkProps } from "../zz_internal/brandTopAndHomeLinkProps"; |
| 10 | +import type { FrIconClassName, RiIconClassName } from "./fr/generatedFromCss/classNames"; |
| 11 | +import type { MainNavigationProps } from "./MainNavigation"; |
| 12 | +import { MainNavigation } from "./MainNavigation"; |
| 13 | +import { Display } from "./Display/Display"; |
| 14 | +import { setBrandTopAndHomeLinkProps } from "./zz_internal/brandTopAndHomeLinkProps"; |
15 | 15 | import { typeGuard } from "tsafe/typeGuard"; |
16 | | -import { SearchButton } from "../SearchBar/SearchButton"; |
17 | | -import { useTranslation as useSearchBarTranslation } from "../SearchBar/SearchBar"; |
| 16 | +import { SearchButton } from "./SearchBar/SearchButton"; |
| 17 | +import { useTranslation as useSearchBarTranslation } from "./SearchBar/SearchBar"; |
18 | 18 |
|
19 | 19 | export type HeaderProps = { |
20 | 20 | className?: string; |
|
0 commit comments