Skip to content

Commit

Permalink
Merge pull request #3157 from tavikukko/graph-presets-all-added-missi…
Browse files Browse the repository at this point in the history
…ng-exports

added missing exports to graph/presets/all
  • Loading branch information
juliemturner authored Oct 27, 2024
2 parents fca9a91 + 5b2565d commit ac62455
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/graph/presets/all.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import "../index.js";
import "../admin/index.js";
import "../analytics/index.js";
import "../appCatalog/index.js";
import "../attachments/index.js";
import "../bookings/index.js";
import "../calendars/index.js";
import "../cloud-communications/index.js";
import "../columns/index.js";
Expand Down Expand Up @@ -29,13 +31,16 @@ import "../shares/index.js";
import "../sites/index.js";
import "../subscriptions/index.js";
import "../taxonomy/index.js";
import "../teams/index.js";
import "../to-do/index.js";
import "../users/index.js";

export * from "../index.js";
export * from "../admin/index.js";
export * from "../analytics/index.js";
export * from "../appCatalog/index.js";
export * from "../attachments/index.js";
export * from "../bookings/index.js";
export * from "../calendars/index.js";
export * from "../cloud-communications/index.js";
export * from "../columns/index.js";
Expand Down Expand Up @@ -63,5 +68,6 @@ export * from "../shares/index.js";
export * from "../sites/index.js";
export * from "../subscriptions/index.js";
export * from "../taxonomy/index.js";
export * from "../teams/index.js";
export * from "../to-do/index.js";
export * from "../users/index.js";

0 comments on commit ac62455

Please sign in to comment.