10 lines
218 B
JavaScript
10 lines
218 B
JavaScript
export const DEFAULT_SETTINGS = {
|
|
hourlyRate: 50,
|
|
defaultClient: 'Client',
|
|
defaultProject: 'Project',
|
|
userName: 'Your Name',
|
|
userEmail: 'you@example.com',
|
|
logoDataUrl: '',
|
|
currency: '$',
|
|
};
|