Added a help modal
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-07-04 02:23:09 +03:00
parent ba28925d3c
commit 0863a73625
13 changed files with 104 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
import { Component } from 'react'
import { DataGrid } from '@mui/x-data-grid'
import { Link, Typography, Box } from '@mui/material'
import { DataGrid } from '@mui/x-data-grid'
import { Component } from 'react'
import { withTranslation } from 'react-i18next'
import Moment from 'react-moment'