File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ import { ECOSYSTEM_HOOKS } from './hooks';
22import { ECOSYSTEM_OFREP_APIS , OFREPElement } from './ofrep-api' ;
33import { ECOSYSTEM_PROVIDERS } from './providers' ;
44import { ECOSYSTEM_SDKS } from './sdks/ecosystem' ;
5- import { ECOSYSTEM_INTEGRATONS } from './integrations' ;
5+ import { ECOSYSTEM_INTEGRATIONS } from './integrations' ;
66import { EcosystemElement , Technology , Type } from './types' ;
77
88export const ECOSYSTEM : ( EcosystemElement | OFREPElement ) [ ] = [
99 ...ECOSYSTEM_SDKS ,
1010 ...ECOSYSTEM_PROVIDERS ,
1111 ...ECOSYSTEM_HOOKS ,
1212 ...ECOSYSTEM_OFREP_APIS ,
13- ...ECOSYSTEM_INTEGRATONS ,
13+ ...ECOSYSTEM_INTEGRATIONS ,
1414] . map ( ( s ) => ( {
1515 // Creates a unique id per item for the search index
1616 id :
You can’t perform that action at this time.
0 commit comments