import { SideNavigationProps } from "@cloudscape-design/components"; /** * Define your Navigation Items here */ export const NavItems: SideNavigationProps.Item[] = [ { text: "Home", type: "link", href: "/" }, ];