permission-backend: enumerate exports in service index

Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
Mike Lewis
2021-11-24 14:47:51 +00:00
parent 8f83584706
commit b5e43875d5
@@ -14,4 +14,5 @@
* limitations under the License.
*/
export * from './router';
export { createRouter } from './router';
export type { RouterOptions } from './router';