import { AppProperties } from "../../../(_islands)/AppNavigator.tsx"; const properties: AppProperties = { name: "PolyNotes", icon: "school", hint: "Gestionnaire de note" }; export default properties;