mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
* enable sumsub in mobile sdk * refactor dev settings screen * combine sections * agent feedback * gate kyc button on troubel screens * inline simple sections
9 lines
489 B
TypeScript
9 lines
489 B
TypeScript
// SPDX-FileCopyrightText: 2025 Social Connect Labs, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
// NOTE: Converts to Apache-2.0 on 2029-06-11 per LICENSE.
|
|
|
|
export { DangerZoneSection } from '@/screens/dev/sections/DangerZoneSection';
|
|
export { DebugShortcutsSection } from '@/screens/dev/sections/DebugShortcutsSection';
|
|
export { DevTogglesSection } from '@/screens/dev/sections/DevTogglesSection';
|
|
export { PushNotificationsSection } from '@/screens/dev/sections/PushNotificationsSection';
|