feat(Map): Link signature on splash

This commit is contained in:
Dmitry Popov
2024-10-13 12:57:33 +04:00
parent fbf9c5ddd6
commit 8ce9eb9955
28 changed files with 581 additions and 65 deletions

View File

@@ -1,4 +1,4 @@
import { COSMIC_SIGNATURE } from '@/hooks/Mapper/components/mapInterface/widgets/SystemSignatures';
import { COSMIC_SIGNATURE } from '@/hooks/Mapper/components/mapInterface/widgets/SystemSignatures/SystemSignatureSettingsDialog';
import { SystemSignature } from '@/hooks/Mapper/types';
export const parseSignatures = (value: string, availableKeys: string[]): SystemSignature[] => {