refactor: place y-websocket in data-service

This commit is contained in:
alt0
2022-12-22 22:09:12 +08:00
parent 825851c7d6
commit 1cf6cc03c0
7 changed files with 11 additions and 29 deletions
+1
View File
@@ -1,3 +1,4 @@
export { signInWithGoogle, onAuthStateChanged } from './auth';
export * from './request';
export * from './sdks';
export * from './websocket';