7 lines
82 B
TypeScript
7 lines
82 B
TypeScript
export default {
|
|
article: {
|
|
edit: 'edit article',
|
|
add: 'add article',
|
|
},
|
|
};
|