6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
const dashboardTranslationEn = {
|
|
title: "Dashboard Panel",
|
|
};
|
|
|
|
export { dashboardTranslationEn };
|