Fixed linting error
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-04 02:40:48 +03:00
parent 0863a73625
commit 5433c7a1d2

View File

@@ -1,5 +1,5 @@
import { Component } from 'react'
import { Box, Typography, Link } from '@mui/material'
import { Component } from 'react'
export default class Footer extends Component {
render () {