mirror of
https://github.com/khairul169/code-share.git
synced 2025-04-28 16:49:36 +07:00
4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
export { user } from "./user";
|
|
export { project, projectRelations } from "./project";
|
|
export { file, fileRelations } from "./file";
|