mirror of
https://github.com/veops/cmdb.git
synced 2025-10-11 01:29:18 +08:00
6 lines
146 B
Python
6 lines
146 B
Python
import AppPage from './App'
|
|
import ArticlePage from './Article'
|
|
import ProjectPage from './Project'
|
|
|
|
export { AppPage, ArticlePage, ProjectPage }
|