Skip to content

Commit

Permalink
feat: change to workspaceless
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Apr 8, 2024
1 parent c4a3d0d commit 944858d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/core/public/application/application_service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import {
AppStatus,
AppUpdatableFields,
AppUpdater,
AppVisibility,
InternalApplicationSetup,
InternalApplicationStart,
Mounter,
Expand Down
1 change: 0 additions & 1 deletion src/core/public/application/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export {
AppLeaveConfirmAction,
NavigateToAppOptions,
PublicAppInfo,
AppVisibility,
// Internal types
InternalApplicationSetup,
InternalApplicationStart,
Expand Down
2 changes: 1 addition & 1 deletion src/core/public/chrome/nav_links/to_nav_link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* under the License.
*/

import { PublicAppInfo, AppNavLinkStatus, AppStatus, AppVisibility } from '../../application';
import { PublicAppInfo, AppNavLinkStatus, AppStatus } from '../../application';
import { IBasePath } from '../../http';
import { NavLinkWrapper } from './nav_link';
import { appendAppPath } from '../../application/utils';
Expand Down

0 comments on commit 944858d

Please sign in to comment.