diff --git a/front/packages/ui/src/browse/header.tsx b/front/packages/ui/src/browse/header.tsx
index 1bba9361..3211daf1 100644
--- a/front/packages/ui/src/browse/header.tsx
+++ b/front/packages/ui/src/browse/header.tsx
@@ -18,7 +18,13 @@
* along with Kyoo. If not, see .
*/
-export {}
+import { IconButton, tooltip, ts } from "@kyoo/primitives";
+import { View } from "moti";
+import { useTranslation } from "react-i18next";
+import { useYoshiki } from "yoshiki/native";
+import GridView from "@material-symbols/svg-400/rounded/grid_view.svg";
+import ViewList from "@material-symbols/svg-400/rounded/view_list.svg";
+import { Layout, SortBy, SortOrd } from "./types";
// const SortByMenu = ({
// sortKey,
@@ -37,7 +43,7 @@ export {}
// }) => {
// const router = useRouter();
// const { t } = useTranslation("browse");
-
+//
// return (
//