mirror of
https://github.com/Art-Portal/April.git
synced 2024-11-16 19:47:34 +01:00
11 lines
280 B
JavaScript
11 lines
280 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 };
|