We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d333e8 commit 9c2646cCopy full SHA for 9c2646c
1 file changed
apps/site/util/partners/index.tsx
@@ -1,8 +1,24 @@
1
-import * as PartnersLogo from '@node-core/ui-components/Icons/PartnerLogos';
+import {
2
+ CLOUDFLARE,
3
+ DIGITALOCEAN,
4
+ MICROSOFT,
5
+ HERODEVS,
6
+ NODESOURCE,
7
+ VERCEL,
8
+} from '@node-core/ui-components/Icons/PartnerLogos';
9
import type { ElementType } from 'react';
10
11
import type { Partners } from '#site/types';
12
13
+const PartnersLogo: Record<string, Record<string, ElementType>> = {
14
15
16
17
18
19
20
+};
21
+
22
/**
23
* Creates an icon element for a component
24
*/
0 commit comments