user-settings: minor fixes

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2023-10-11 12:01:45 +02:00
parent a991ed9782
commit 224907840c
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-user-settings': patch
---
Added experimental support for declarative integration
Added experimental support for declarative integration via the `/alpha` subpath.
+8 -8
View File
@@ -1,11 +1,3 @@
import { createRouteRef } from '@backstage/core-plugin-api';
import {
coreExtensionData,
createExtensionInput,
createPageExtension,
createPlugin,
} from '@backstage/frontend-plugin-api';
/*
* Copyright 2023 The Backstage Authors
*
@@ -21,6 +13,14 @@ import {
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { createRouteRef } from '@backstage/core-plugin-api';
import {
coreExtensionData,
createExtensionInput,
createPageExtension,
createPlugin,
} from '@backstage/frontend-plugin-api';
import React from 'react';
export * from './translation';