index.ts 152 Bytes
Newer Older
Yoon, Daeki's avatar
Yoon, Daeki committed
1
export * as roleDb from "./role.db";
Lee Soobeom's avatar
Lee Soobeom committed
2
export * as postDb from "./post.db";
Yoon, Daeki's avatar
Yoon, Daeki committed
3
export * as userDb from "./user.db";
백승민's avatar
백승민 committed
4
export * as mainimgDb from "./mainimg.db"