Skip to content

Commit

Permalink
fix prettier issues
Browse files Browse the repository at this point in the history
Signed-off-by: Kashish Mittal <[email protected]>
  • Loading branch information
04kash committed Nov 17, 2024
1 parent 5812e5d commit 6d1f8da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React from 'react';
import React from 'react';

import { SidebarItem } from '@backstage/core-components';
import { configApiRef, useApi } from '@backstage/core-plugin-api';
Expand Down
3 changes: 2 additions & 1 deletion workspaces/bulk-import/plugins/bulk-import/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ export {
*/
export {
bulkImportPlugin,
BulkImportPage,
BulkImportSidebarItem,
Expand Down
2 changes: 1 addition & 1 deletion workspaces/bulk-import/plugins/bulk-import/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import {
import {
configApiRef,
createApiFactory,
createComponentExtension,
Expand Down

0 comments on commit 6d1f8da

Please sign in to comment.