6 lines
107 B
JavaScript
Executable File
6 lines
107 B
JavaScript
Executable File
import app from './app'
|
|
import user from './user'
|
|
import theme from './theme'
|
|
|
|
export { app, user, theme }
|