mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
11 lines
327 B
TypeScript
11 lines
327 B
TypeScript
import { LOG4JS_BASE_CATEGORY_NAME } from '../config/const'
|
|
|
|
export * from './user'
|
|
export * from './communities'
|
|
export * from './pendingTransactions'
|
|
export * from './transactions'
|
|
export * from './transactionLinks'
|
|
export * from './events'
|
|
|
|
export const LOG4JS_QUERIES_CATEGORY_NAME = `${LOG4JS_BASE_CATEGORY_NAME}.queries`
|