Refactor code structure for improved readability and maintainability
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -9,15 +9,6 @@
|
||||
"buildEntryPoint": "index.html",
|
||||
"localAppUrl": "http://localhost:5173",
|
||||
"logoPath": "Default",
|
||||
"connectionReferences": {
|
||||
"<your-connection-reference-id>": {
|
||||
"id": "/providers/Microsoft.PowerApps/apis/shared_outlook",
|
||||
"displayName": "Outlook.com",
|
||||
"dataSources": [
|
||||
"outlook"
|
||||
],
|
||||
"dataSets": {}
|
||||
}
|
||||
},
|
||||
"connectionReferences": {},
|
||||
"databaseReferences": {}
|
||||
}
|
||||
@@ -2,9 +2,3 @@
|
||||
* Copyright (C) Microsoft Corporation. All rights reserved.
|
||||
* 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
Reference in New Issue
Block a user