warrior před 9 hodinami
rodič
revize
78c95c3967
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 5 5
      modules/fmode-tikhub-server/src/mod.ts

+ 5 - 5
modules/fmode-tikhub-server/src/mod.ts

@@ -1,9 +1,9 @@
 
-export * from './types.ts';
-export * from './client.ts';
-export * from './api/users.ts';
-export * from './api/instagram.ts';
-export * from './routes.ts';
+// export * from './types.ts';
+// export * from './client.ts';
+// export * from './api/users.ts';
+// export * from './api/instagram.ts';
+// export * from './routes.ts';
 
 // Alias export for compatibility with api/routes.ts
 export { createTikHubRouter as createTikHubCustomizeRoutes } from './routes.ts';