client: Fix sync error toast

This commit is contained in:
Elian Doran 2024-11-02 19:02:26 +02:00
parent 4ffc6f716c
commit 0db1a63cef
No known key found for this signature in database

View File

@ -1,3 +1,4 @@
import { t } from './i18n.js';
import server from './server.js';
import toastService from "./toast.js";