More PR fixes

This commit is contained in:
Linus Flood
2024-09-18 15:31:15 +02:00
parent b8f37c810d
commit 98b48b8290
8 changed files with 18 additions and 15 deletions
@@ -0,0 +1,6 @@
import { MenuItems } from "@/types/header"
export interface NavigationMenuListProps {
isMobile: boolean
items: MenuItems
}