Skip to content

Commit

Permalink
Merge pull request #521 from danskernesdigitalebibliotek/merge-develo…
Browse files Browse the repository at this point in the history
…p-into-2024-8-0

Merge develop into 2024 8 0
  • Loading branch information
Adamik10 committed Feb 22, 2024
2 parents 005e2c4 + cb3db58 commit 75273ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Blocks/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import { useEffect, useState } from "react";
import Logo from "../../Library/logo/Logo";
import MenuItemList from "../../Library/header-menu-list/HeaderMenuList";
import { menuItems } from "../../Library/header-menu-list/HeaderMenuListData";
import Pagefold from "../../Library/pagefold/Pagefold";
import { ReactComponent as SearchIcon } from "../../../public/icons/basic/icon-search.svg";
import { ReactComponent as ExpandMoreIcon } from "../../../public/icons/collection/ExpandMore.svg";
import { ReactComponent as MenuIcon } from "../../../public/icons/basic/icon-menu.svg";
import { ReactComponent as ProfileIcon } from "../../../public/icons/basic/icon-profile.svg";
import { ReactComponent as HeartIcon } from "../../../public/icons/basic/icon-heart.svg";
import { ReactComponent as WatchStaticIcon } from "../../../public/icons/basic/icon-watch-static.svg";
import Pagefold from "../../Library/pagefold/Pagefold";
import HeaderSidebarNav from "../../Library/header-sidebar-nav/header-sidebar-nav";

export type HeaderProps = {
Expand Down

0 comments on commit 75273ef

Please sign in to comment.