-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
Copy pathcircular-deps.jsonc
55 lines (54 loc) · 2.01 KB
/
circular-deps.jsonc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
// This is a machine-generated file that tracks circular dependencies in the codebase.
// To understand changes in this file:
// - Each array represents a cycle of imports where the last file imports the first
// - The cycles are sorted alphabetically for consistent diffs
// - To update this file, run: yarn circular-deps:update
// - To prevent new circular dependencies, ensure your changes don't add new cycles
// - For more information contact the Extension Platform team.
[
[
"ui/components/app/alert-system/confirm-alert-modal/confirm-alert-modal.tsx",
"ui/components/app/alert-system/confirm-alert-modal/index.tsx",
"ui/pages/confirmations/components/confirm/footer/footer.tsx"
],
[
"ui/components/app/name/name-details/name-details.tsx",
"ui/components/app/name/name.tsx"
],
[
"ui/components/multichain/pages/send/components/account-picker.tsx",
"ui/components/multichain/pages/send/components/index.ts"
],
[
"ui/components/multichain/pages/send/components/address-book.tsx",
"ui/components/multichain/pages/send/components/index.ts"
],
[
"ui/components/multichain/pages/send/components/hex.tsx",
"ui/components/multichain/pages/send/components/index.ts"
],
[
"ui/components/multichain/pages/send/components/index.ts",
"ui/components/multichain/pages/send/components/network-picker.tsx"
],
[
"ui/components/multichain/pages/send/components/index.ts",
"ui/components/multichain/pages/send/components/recipient-content.tsx"
],
[
"ui/components/multichain/pages/send/components/index.ts",
"ui/components/multichain/pages/send/components/recipient-input.tsx"
],
[
"ui/components/multichain/pages/send/components/index.ts",
"ui/components/multichain/pages/send/components/recipient.tsx"
],
[
"ui/components/multichain/pages/send/components/index.ts",
"ui/components/multichain/pages/send/components/your-accounts.tsx"
],
[
"ui/pages/notifications/notifications-list.tsx",
"ui/pages/notifications/notifications.tsx"
]
]