feat: Refactor utility and component exports, update dependencies, and add Knip for unused code detection.
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
import PasskeysSection from './PasskeysSection';
|
||||
import ApiTokensSection from './ApiTokensSection';
|
||||
import CapabilitySetsSection from './CapabilitySetsSection';
|
||||
import {
|
||||
API_TOKENS_SECTION,
|
||||
CAPABILITY_SETS_SECTION,
|
||||
DEFAULT_SETTINGS_SECTIONS,
|
||||
PASSKEYS_SECTION,
|
||||
} from '../../constants/settings';
|
||||
|
||||
export { PasskeysSection, ApiTokensSection, CapabilitySetsSection };
|
||||
export { PASSKEYS_SECTION, API_TOKENS_SECTION, CAPABILITY_SETS_SECTION, DEFAULT_SETTINGS_SECTIONS };
|
||||
export { DEFAULT_SETTINGS_SECTIONS };
|
||||
|
||||
Reference in New Issue
Block a user