This commit is contained in:
2026-04-20 13:14:43 -04:00
parent 17b91d6ac8
commit 53f078154e
10 changed files with 103 additions and 100 deletions

View File

@@ -1,6 +1,6 @@
import { defineStore } from 'pinia';
import { useLocalStorage } from '@vueuse/core';
import type { HistoryItem } from './settings';
import type { HistoryItem } from '../domain/translation';
function formatTimestamp() {
const now = new Date();