Skip to content

Commit

Permalink
PATCH: fix: add service to package export
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Oct 24, 2023
1 parent bf6aff2 commit 84821e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as config from "./config.js";
import service from "./service.js";
import { getPriorityColor, getStatusColor } from "./utils/topic.js";
import { getViewpointConfig } from "./utils/viewpoints.js";

Expand Down Expand Up @@ -28,6 +29,7 @@ const components = {

export {
config,
service,
getPriorityColor,
getStatusColor,
getViewpointConfig,
Expand Down

0 comments on commit 84821e7

Please sign in to comment.