🐛 Fix overflowing torrent module issue and added updated last text

This commit is contained in:
Manuel Ruwe
2023-01-03 21:13:53 +01:00
parent 831e671956
commit 501714113f
2 changed files with 41 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
import { Center, Stack, Text, Title } from '@mantine/core';
import { Stack, Text, Title } from '@mantine/core';
import { IconClock } from '@tabler/icons';
import dayjs from 'dayjs';
import { useEffect, useRef, useState } from 'react';