mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
7 lines
206 B
JavaScript
Executable File
7 lines
206 B
JavaScript
Executable File
import Sider from './Sider'
|
|
import Control from './ControlBar'
|
|
import Overlay from './Overlay/index.tsx'
|
|
import WindowNavbar from './WindowNavbar/index.js'
|
|
|
|
export { Sider, Control, Overlay, WindowNavbar }
|