1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-06-05 22:09:25 +02:00

feature: create Svelte component for showing status UI

This commit is contained in:
Ondřej Synáček
2020-12-20 14:29:21 +01:00
parent b28995aa1e
commit 290d7115d0
6 changed files with 45 additions and 22 deletions

View File

@@ -1,9 +1,11 @@
export default class Request {
constructor({
id,
url,
error,
}) {
this.id = id
this.url = url
this.error = error
}
}