mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-14 04:54:16 +00:00
6 lines
212 B
JavaScript
6 lines
212 B
JavaScript
import Header from './header'
|
|
import Footer from './footer'
|
|
import LastestVersion from './lastestVersion'
|
|
import RemoteActions from './remoteActions'
|
|
|
|
export { Header, Footer, LastestVersion, RemoteActions } |