mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
6 lines
250 B
JavaScript
6 lines
250 B
JavaScript
export default {
|
|
withAuthentication: require("./withAuthentication").default,
|
|
withOptionalAuthentication: require("./withOptionalAuthentication").default,
|
|
onlyAdmin: require("./onlyAdmin").default,
|
|
roles: require("./roles").default,
|
|
} |