Private
Public Access
1
0

Refactor code structure for improved readability and maintainability

This commit is contained in:
Lago
2026-04-16 22:45:12 +02:00
parent 0a1d96a40f
commit 7f044f31c3
6 changed files with 3 additions and 17213 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -9,15 +9,6 @@
"buildEntryPoint": "index.html", "buildEntryPoint": "index.html",
"localAppUrl": "http://localhost:5173", "localAppUrl": "http://localhost:5173",
"logoPath": "Default", "logoPath": "Default",
"connectionReferences": { "connectionReferences": {},
"<your-connection-reference-id>": {
"id": "/providers/Microsoft.PowerApps/apis/shared_outlook",
"displayName": "Outlook.com",
"dataSources": [
"outlook"
],
"dataSets": {}
}
},
"databaseReferences": {} "databaseReferences": {}
} }

View File

@@ -2,9 +2,3 @@
* Copyright (C) Microsoft Corporation. All rights reserved. * Copyright (C) Microsoft Corporation. All rights reserved.
* This file is autogenerated. Do not edit this file directly. * This file is autogenerated. Do not edit this file directly.
*/ */
// Models
export * as Outlook_comModel from './models/Outlook_comModel';
// Services
export * from './services/Outlook_comService';

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff