5 lines
84 B
TypeScript
5 lines
84 B
TypeScript
export const useAppData = () => {
|
|
return {
|
|
appName: '优品尚',
|
|
}
|
|
} |