mirror of
https://github.com/kevinnlsamuel/rainbowcroissant.git
synced 2025-12-06 10:06:01 +05:30
8 lines
81 B
TypeScript
8 lines
81 B
TypeScript
const consts = {
|
|
app: {
|
|
name: 'Fee Payment Details'
|
|
}
|
|
};
|
|
|
|
export { consts };
|