@evoke-platform/context 1.0.0-dev.111 → 1.0.0-dev.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/AppProvider.js +1 -3
- package/package.json +1 -1
package/dist/app/AppProvider.js
CHANGED
|
@@ -8,10 +8,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
|
-
// Copyright (c) 2023 System Automation Corporation.
|
|
12
|
-
// This file is licensed under the MIT License.
|
|
13
11
|
import { createContext, useCallback, useContext } from 'react';
|
|
14
|
-
import { useApiServices } from '../api';
|
|
12
|
+
import { useApiServices } from '../api/index.js';
|
|
15
13
|
const defaultApp = {
|
|
16
14
|
id: '_evoke',
|
|
17
15
|
name: 'Evoke Platform',
|