🚑 Fix name of import in index.ts
This commit is contained in:
parent
ae2ac6d278
commit
27afb62d49
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
//Make endpoints available for import by other modules
|
||||
|
||||
import findReleasePath from './ssn/findReleasePath';
|
||||
import getManifest from './ssn/getManifest';
|
||||
import getPatch from './ssn/getPatch';
|
||||
import getManifest from './ssn/getPatchManifest';
|
||||
import getSolidpkg from './ssn/getSolidpkg';
|
||||
|
||||
export { findReleasePath, getManifest, getSolidpkg, getPatch };
|
||||
|
|
Loading…
Reference in a new issue