5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
export default {
|
|
warning: 'Warnings',
|
|
alert: 'Alerts',
|
|
all: 'Log Entires',
|
|
};
|