mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
migrate app settings page to composition API and typescript
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
export interface TimezoneInfo {
|
||||
readonly displayName: string;
|
||||
readonly timezoneName: string;
|
||||
}
|
||||
import type { TimezoneInfo } from '@/core/timezone.ts';
|
||||
|
||||
export const UTC_TIMEZONE: TimezoneInfo = {
|
||||
displayName: 'Coordinated Universal Time',
|
||||
|
||||
Reference in New Issue
Block a user