chore: move subscription utils to shared

This commit is contained in:
Henry
2025-09-07 22:18:22 +01:00
parent 277f3285f7
commit 10d04838bd
4 changed files with 5 additions and 17 deletions

View File

@@ -1,2 +1,3 @@
export * from "./generateUID";
export * from "./generateSlug";
export * from "./subscriptions";