From f3be0eb4ae95e791888ee74df160c1b49271db87 Mon Sep 17 00:00:00 2001 From: Alexandre Bruyant Date: Tue, 16 Jan 2024 13:09:50 +0100 Subject: [PATCH] Add header --- palette-switcher-v2/src/Header.tsx | 45 +++++++++++++++--------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/palette-switcher-v2/src/Header.tsx b/palette-switcher-v2/src/Header.tsx index 87a088f..487ca8b 100644 --- a/palette-switcher-v2/src/Header.tsx +++ b/palette-switcher-v2/src/Header.tsx @@ -1,26 +1,25 @@ -import { useLocation } from "@solidjs/router"; -import type { Component } from "solid-js" +import type { Component } from "solid-js"; - - -type HeaderItemProps = { - text: string; - target: string; - active: boolean; -} - -const Header: Component = () =>
- -
+ + +); - -export default Header; \ No newline at end of file +export default Header;