diff --git a/sk1/frontend/src/components/Historia.jsx b/sk1/frontend/src/components/Historia.jsx deleted file mode 100644 index a1a6be6..0000000 --- a/sk1/frontend/src/components/Historia.jsx +++ /dev/null @@ -1,35 +0,0 @@ -import React from 'react'; - -const Historia = ({ history }) => { - if (!history || history.length === 0) { - return
Zatiaľ žiadna história
; - } - - return ( -| {item.text} | -- - {item.prediction} - - | -{item.timestamp} | -