import { defineOonNavigation } from "@oondemand/oon-core-front/routing"; export const navigation = defineOonNavigation([ { label: "InĂ­cio", href: "/", order: 10 }, ]);