Files
2023-08-04 13:14:48 +08:00

7 lines
139 B
JavaScript
Executable File

import app from './app'
import user from './user'
import theme from './theme'
import chat from './chat'
export { app, user, theme, chat }