mirror of
https://github.com/Art-Portal/April.git
synced 2025-01-24 03:50:19 +01:00
10 lines
285 B
JavaScript
10 lines
285 B
JavaScript
|
import ticket from './src/tickets/ticket.mjs';
|
||
|
import roleselect from './src/rolereact/roleselect.mjs';
|
||
|
import document from './src/misc/document.mjs';
|
||
|
const selectMenuList = {
|
||
|
"ticket": ticket,
|
||
|
"roleselect": roleselect,
|
||
|
"document": document
|
||
|
}
|
||
|
|
||
|
export { selectMenuList }
|