summary refs log tree commit diff
path: root/src/bundle/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/bundle/index.ts')
-rw-r--r--src/bundle/index.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bundle/index.ts b/src/bundle/index.ts

index c6af4f00..8b1c9429 100644 --- a/src/bundle/index.ts +++ b/src/bundle/index.ts
@@ -16,7 +16,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ +export * from "@spacebar/ap"; export * from "@spacebar/api"; -export * from "@spacebar/util"; -export * from "@spacebar/gateway"; export * from "@spacebar/cdn"; +export * from "@spacebar/gateway"; +export * from "@spacebar/util";