Files
data-entry-app/frontend/src/routes/ordering/manage/integrations/+page.ts
T

6 lines
191 B
TypeScript
Raw Normal View History

// Integrations landing. Individual integrations (Xero) load their own data on
// their nested routes. Access enforced by the family +layout.ts guard.
export function load() {
return {};
}