From aec575c3b5797069e4964cfafa26e3de3b92f99e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 13 Dec 2021 22:04:03 +0100 Subject: chore: add main-nav component I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS. --- src/components/Icons/index.tsx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/components/Icons/index.tsx (limited to 'src/components/Icons/index.tsx') diff --git a/src/components/Icons/index.tsx b/src/components/Icons/index.tsx new file mode 100644 index 0000000..da4e029 --- /dev/null +++ b/src/components/Icons/index.tsx @@ -0,0 +1,3 @@ +import HamburgerIcon from './Hamburger/Hamburger'; + +export { HamburgerIcon }; -- cgit v1.2.3