5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
// Re-export server auth
|
|
export * from "./server";
|
|
|
|
// Re-export client auth
|
|
export * from "./client";
|