style: fix import sorting and prettier formatting

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-06 23:30:22 -05:00
parent b217a8119e
commit 40df014b6b
4 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { registerSidebarEntry } from '@kinvolk/headlamp-plugin/lib';
import React from 'react';
import { usePolarisDataContext } from '../api/PolarisDataContext';
import { getNamespaces } from '../api/polaris';
import { usePolarisDataContext } from '../api/PolarisDataContext';
const registeredNamespaces = new Set<string>();